Updated Readme

This commit is contained in:
James Wyndham 2024-01-24 14:30:16 +08:00
parent 5db42a6942
commit 66f7e7955a
1 changed files with 1 additions and 1 deletions

View File

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