From a89451e6677b1e9ccf7931c0e845e424804ac3c3 Mon Sep 17 00:00:00 2001 From: Mohamed ABDELLANI Date: Wed, 5 Jul 2023 14:53:40 +0100 Subject: [PATCH] remove splitcheckout from feature toggle list --- lib/open_food_network/feature_toggle.rb | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/open_food_network/feature_toggle.rb b/lib/open_food_network/feature_toggle.rb index 5fb2b1227f..138ac0e01d 100644 --- a/lib/open_food_network/feature_toggle.rb +++ b/lib/open_food_network/feature_toggle.rb @@ -32,9 +32,6 @@ module OpenFoodNetwork "new_products_page" => <<~DESC, Show the new (experimental) version of the admin products page. DESC - "split_checkout" => <<~DESC, - Replace the one-page checkout with a multi-step checkout. - DESC "vouchers" => <<~DESC, Add voucher functionality. Voucher can be managed via Enterprise settings. DESC