From c10d8dc5563bc0859db85ae102d40d2fcc8587b1 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Sun, 7 Jan 2018 13:42:16 +0100 Subject: [PATCH] Update readme. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5d9d29e..5f7ea8e 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,8 @@ The Paypal config file is located: `/config/paypal.json`. A example Paypal setti ``` { "mode": "live", // sandbox or live - "client_id": "AZVozrpEtNfdfldfkdlfkdlfkldfpi_84bCA8XIdlfynuODpLQXF5e1fdfldkfldkfldkfldkfldklfd", - "client_secret": "EPB0jfdfdlfkdlfkdlfkldkfTe3WRRFmB_oTyCekOr_P5xNDrwfdjkfjkdjfkdjfkhboVu1l", + "client_id": "this_is_not_real", + "client_secret": "this_is_not_real", "paypalCartDescription": "expressCart", // Shows as the Paypal description "paypalCurrency": "USD" // The Paypal currency to charge in } @@ -167,8 +167,8 @@ The Stripe config file is located: `/config/stripe.json`. A example Stripe setti ``` { - "secretKey": "sk_test_htJLFOHHopwWW3xA1JWUJLDH", - "publicKey": "pk_test_htJLLDHWUJpwWW3xA1HopwHJ", + "secretKey": "sk_test_this_is_not_real", + "publicKey": "pk_test_this_is_not_real", "stripeCurrency": "usd", The Stripe currency to charge in "stripeDescription": "expressCart payment", // Shows as the Stripe description "stripeLogoURL": "http://localhost:1111/images/stripelogo.png" // URL to the logo to display on Stripe form