Add Spree::Gateway::PayPalExpress to spree payment_methods list

This commit is contained in:
Matt-Yorkley
2020-12-29 11:19:12 +00:00
parent 3877721209
commit 478f761188

View File

@@ -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.