From f55150745ef2a5b646c81866d74bf231c269a91a Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Fri, 12 Mar 2021 22:07:50 +0000 Subject: [PATCH] Add checkout helper to checkout controller --- app/controllers/checkout_controller.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/controllers/checkout_controller.rb b/app/controllers/checkout_controller.rb index ce1e88aa9f..1374c1ccb0 100644 --- a/app/controllers/checkout_controller.rb +++ b/app/controllers/checkout_controller.rb @@ -11,7 +11,8 @@ class CheckoutController < ::BaseController include EnterprisesHelper helper 'terms_and_conditions' - + helper 'checkout' + ssl_required # We need pessimistic locking to avoid race conditions.