From d4cbf472264adeb1d2246bb4a7c76fda8280d2c8 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Fri, 12 Mar 2021 21:43:35 +0000 Subject: [PATCH] Add T and Cs helper to checkout controller --- app/controllers/checkout_controller.rb | 2 ++ 1 file changed, 2 insertions(+) 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.