diff --git a/app/controllers/checkout_controller.rb b/app/controllers/checkout_controller.rb index 34e974febd..4d7638fc50 100644 --- a/app/controllers/checkout_controller.rb +++ b/app/controllers/checkout_controller.rb @@ -1,6 +1,7 @@ # frozen_string_literal: true require 'open_food_network/address_finder' +require 'spree/core/gateway_error' class CheckoutController < Spree::StoreController layout 'darkswarm'