Adding require_relative of Gateway decorator in attempt to fix inheritance for Gateway::PayPalExpress

This commit is contained in:
Rob Harrington
2016-08-31 11:31:59 +10:00
parent 08465a531d
commit 1059c170d1

View File

@@ -1,3 +1,5 @@
require_relative '../gateway_decorator'
module Spree
class Gateway::PayPalExpress < Gateway
# Something odd is happening with class inheritance here, this class (defined in spree_paypal_express gem)