open-saas
open-saas copied to clipboard
Upgrade Stripe client to use API version `2023-08-16`
Our stripe API default version is 2023-08-16. Currently our stripe client is pegged to version 2022-11-15.
- install stripe client version 13.11.0 -- https://www.npmjs.com/package/stripe/v/13.11.0
- change
apiVersion
in stripeClient.ts to2023-08-16
side note: our stripe test products are not created under a general Wasp account. Perhaps we should create a new stripe account and new products as well