From 27fa04114e211b67021454279c87f11740b90751 Mon Sep 17 00:00:00 2001 From: Luis Ramos Date: Thu, 3 Sep 2020 23:12:07 +0100 Subject: [PATCH] Add require for gateway error --- app/controllers/checkout_controller.rb | 1 + 1 file changed, 1 insertion(+) 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'