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.