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)