diff --git a/lib/open_food_network/feature_toggle.rb b/lib/open_food_network/feature_toggle.rb index e7c5785850..e95be176fc 100644 --- a/lib/open_food_network/feature_toggle.rb +++ b/lib/open_food_network/feature_toggle.rb @@ -9,7 +9,7 @@ module OpenFoodNetwork def self.features {eaterprises: true, local_organics: false, - order_cycles: false, + order_cycles: true, multi_cart: false, enterprises_distributor_info_rich_text: true} end