From 18b3363e653887cf49a5609085b602811c33ec29 Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Thu, 24 Jan 2019 14:48:49 +1100 Subject: [PATCH] Use patch to hide Paypal gateway password --- Gemfile | 2 +- Gemfile.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index 2e074cd794..2aa4f83d64 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: '2-0-stable' # Our branch contains two changes # - Pass customer email and phone number to PayPal (merged to upstream master) # - Change type of password from string to password to hide it in the form -gem 'spree_paypal_express', github: "spree-contrib/better_spree_paypal_express", branch: "2-0-stable" +gem 'spree_paypal_express', github: "openfoodfoundation/better_spree_paypal_express", branch: "2-0-stable" gem 'stripe', '~> 3.3.2' # We need at least this version to have Digicert's root certificate # which is needed for Pin Payments (and possibly others). diff --git a/Gemfile.lock b/Gemfile.lock index 88389705eb..5d7b2f6c9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,6 +12,15 @@ GIT specs: custom_error_message (1.1.1) +GIT + remote: https://github.com/openfoodfoundation/better_spree_paypal_express.git + revision: 27ad7165ea4c6e8c5f120b42b676cb9c2c272100 + branch: 2-0-stable + specs: + spree_paypal_express (2.0.3) + paypal-sdk-merchant (= 1.106.1) + spree_core (~> 2.0.3) + GIT remote: https://github.com/openfoodfoundation/ofn-qz.git revision: 60da2ae4c44cbb4c8d602f59fb5fff8d0f21db3c @@ -77,15 +86,6 @@ GIT spree_sample (2.0.4) spree_core (= 2.0.4) -GIT - remote: https://github.com/spree-contrib/better_spree_paypal_express.git - revision: 1206925d1c85bdc4b68b728d6676150ab0785486 - branch: 2-0-stable - specs: - spree_paypal_express (2.0.3) - paypal-sdk-merchant (= 1.106.1) - spree_core (~> 2.0.3) - GIT remote: https://github.com/spree/spree_auth_devise.git revision: 0181835fb6ac77a05191d26f6f32a0f4a548d851