diff --git a/config/application.rb b/config/application.rb index d69b4cdf34..e48ce0556b 100644 --- a/config/application.rb +++ b/config/application.rb @@ -129,6 +129,7 @@ module Openfoodnetwork app.config.spree.payment_methods << Spree::Gateway::Pin app.config.spree.payment_methods << Spree::Gateway::StripeConnect app.config.spree.payment_methods << Spree::Gateway::StripeSCA + app.config.spree.payment_methods << Spree::Gateway::PayPalExpress end # Settings in config/environments/* take precedence over those specified here.