Update readme

master
Mark Moffat 2019-11-07 20:14:56 +10:30
parent bf6c35ea50
commit 382729c642
1 changed files with 2 additions and 1 deletions

View File

@ -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)