From 382729c642bbaeb21cf0e308ce9532196e5edadd Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Thu, 7 Nov 2019 20:14:56 +1030 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ea6d9f..a88275e 100644 --- a/README.md +++ b/README.md @@ -242,10 +242,11 @@ The Stripe config file is located: `/config/stripe.json`. A example Stripe setti "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 + "stripeWebhookSecret": "whsec_this_is_not_real" } ``` -Note: The `secretKey` and `publicKey` is obtained from your Stripe account dashboard. +Note: The `secretKey`, `publicKey` and `stripeWebhookSecret` is obtained from your Stripe account dashboard. ##### Authorize.net (Payments)