From 31fc6201fce440110fa4d9d4cfae409bb185fc39 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 10 Apr 2021 18:06:23 +0100 Subject: [PATCH] Include payment method helper in ApplicationController --- app/controllers/application_controller.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 2055c0df16..fb08a08549 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -15,6 +15,7 @@ class ApplicationController < ActionController::Base helper 'spree/base' helper 'spree/orders' + helper 'spree/payment_methods' helper 'shared' helper 'enterprises' helper 'order_cycles'