[Fixes #81] - changes the way we initialize payment methods
parent
5a048d4449
commit
369ee290de
|
@ -20,7 +20,7 @@ module SpreePaypalExpress
|
|||
end
|
||||
end
|
||||
|
||||
config.after_initialize do |app|
|
||||
initializer "spree_paypal_express.register.payment_methods" do |app|
|
||||
app.config.spree.payment_methods += [
|
||||
Spree::BillingIntegration::PaypalExpress,
|
||||
Spree::BillingIntegration::PaypalExpressUk
|
||||
|
|
Loading…
Reference in New Issue