Update readme
parent
bf6c35ea50
commit
382729c642
|
@ -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
|
"stripeCurrency": "usd", The Stripe currency to charge in
|
||||||
"stripeDescription": "expressCart payment", // Shows as the Stripe description
|
"stripeDescription": "expressCart payment", // Shows as the Stripe description
|
||||||
"stripeLogoURL": "http://localhost:1111/images/stripelogo.png" // URL to the logo to display on Stripe form
|
"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)
|
##### Authorize.net (Payments)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue