Add T and Cs helper to checkout controller

This commit is contained in:
Luis Ramos
2021-03-12 21:43:35 +00:00
parent 06deab9605
commit d4cbf47226

View File

@@ -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.