Updated Readme
This commit is contained in:
parent
5db42a6942
commit
66f7e7955a
|
@ -44,7 +44,7 @@ For example, you can create business models with different pricing tiers, e.g.:
|
|||
- Price 1: 20 USD per month
|
||||
- Price 2: 200 USD per year
|
||||
|
||||
Optionally, to speed up the setup, we have added a [fixtures file](fixtures/stripe-fixtures.json) to bootstrap test product and pricing data in your Stripe account. The [Stripe CLI](https://stripe.com/docs/stripe-cli#install) `fixtures` command executes a series of API requests defined in this JSON file. Simply run `stripe fixtures stripe_bootstrap/stripe-fixtures.json`.
|
||||
Optionally, to speed up the setup, we have added a [fixtures file](stripe_bootstrap/stripe-fixtures.json) to bootstrap test product and pricing data in your Stripe account. The [Stripe CLI](https://stripe.com/docs/stripe-cli#install) `fixtures` command executes a series of API requests defined in this JSON file. Simply run `stripe fixtures stripe_bootstrap/stripe-fixtures.json`.
|
||||
|
||||
**Important:** Make sure that you've configured your Stripe webhook correctly and redeployed with all needed environment variables.
|
||||
|
||||
|
|
Loading…
Reference in New Issue