From 184b9c5d33e43d20d8170fefdd5d00e87522d5e5 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Sun, 7 Jan 2018 13:41:09 +0100 Subject: [PATCH] Changed example payment configs --- .gitignore | 1 + config/paypal.json | 4 ++-- config/stripe.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 18566ec..9f0e01f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules/ +config/settings.json .vscode \ No newline at end of file diff --git a/config/paypal.json b/config/paypal.json index aed2d22..4521428 100644 --- a/config/paypal.json +++ b/config/paypal.json @@ -1,7 +1,7 @@ { "mode": "sandbox", - "client_id": "AZVozrpEtNAapfUWyQyxbQ5-D5Vpi_84bCA8XIdlfynuODpLQXF5e1M7bnrv5amIFc16toQMTwBRHtE2", - "client_secret": "EPB0jNhjc8i8kgQXvs1V3QPeBeg9mvQPcvLaCkTTe3WRRFmB_oTyCekOr_P5xNDrwDjLE6ILUhboVu1l", + "client_id": "this_is_not_real", + "client_secret": "this_is_not_real", "paypalCartDescription": "BKLYN", "paypalCurrency": "USD" } \ No newline at end of file diff --git a/config/stripe.json b/config/stripe.json index 654a17c..2434e39 100644 --- a/config/stripe.json +++ b/config/stripe.json @@ -1,6 +1,6 @@ { - "secretKey": "sk_test_htiuCe1hEoqWW3xA1JWUXyKA", - "publicKey": "pk_test_ifcLORL8DPuahsRvlGKZCONA", + "secretKey": "sk_test_this_is_not_real", + "publicKey": "pk_test_this_is_not_real", "stripeCurrency": "aud", "stripeDescription": "expressCart payment", "stripeLogoURL": "http://localhost:1111/images/stripelogo.png"