diff --git a/app/controllers/checkout_controller.rb b/app/controllers/checkout_controller.rb index 4022925385..ce1e88aa9f 100644 --- a/app/controllers/checkout_controller.rb +++ b/app/controllers/checkout_controller.rb @@ -10,6 +10,8 @@ class CheckoutController < ::BaseController include OrderCyclesHelper include EnterprisesHelper + helper 'terms_and_conditions' + ssl_required # We need pessimistic locking to avoid race conditions.