From 478f7611884d4a5c065b79705c588ed4b1eeae01 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Tue, 29 Dec 2020 11:19:12 +0000 Subject: [PATCH] Add Spree::Gateway::PayPalExpress to spree payment_methods list --- config/application.rb | 1 + 1 file changed, 1 insertion(+) 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.