From b0b061f97d054884e0fc976ef575e47007d23925 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 22 Dec 2023 15:24:18 +1100 Subject: [PATCH] Activate vouchers for dev and test CI can then tell me if some specs still rely on it being disabled. --- lib/open_food_network/feature_toggle.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/open_food_network/feature_toggle.rb b/lib/open_food_network/feature_toggle.rb index feb89bb597..d92e654cc3 100644 --- a/lib/open_food_network/feature_toggle.rb +++ b/lib/open_food_network/feature_toggle.rb @@ -61,6 +61,10 @@ module OpenFoodNetwork "background_reports" => <<~DESC, Generate reports in a background process to limit memory consumption. DESC + "vouchers" => <<~DESC, + Add voucher functionality. Voucher can be managed via Enterprise settings. + This is activated per enterprise. Enter actors as Enterprise;1234. + DESC }.freeze def self.setup!