diff --git a/lib/open_food_web/feature_toggle.rb b/lib/open_food_web/feature_toggle.rb index 1a761cfc63..00834da4e0 100644 --- a/lib/open_food_web/feature_toggle.rb +++ b/lib/open_food_web/feature_toggle.rb @@ -9,7 +9,7 @@ module OpenFoodWeb def self.features {eaterprises: true, local_organics: false, - order_cycles: true, + order_cycles: false, multi_cart: false, enterprises_distributor_info_rich_text: true} end