Add checkout helper to checkout controller

This commit is contained in:
Luis Ramos
2021-03-12 22:07:50 +00:00
parent d4cbf47226
commit f55150745e

View File

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