The new stripe api version, 2022-08-01 has breaking changes where:
- The following parameters have been removed from create Checkout Session:
- line_items[amount]
- line_items[currency]
- line_items[name]
- line_items[description] **
- line_items[images]
We change description on the items line for the specific product being sold. This way there is only one Camper ticket in Stripe for multiple events.
All Stripe API changes are listed here: https://stripe.com/docs/upgrades#2020-08-27
The new stripe api version, 2022-08-01 has breaking changes where:
We change
descriptionon the items line for the specific product being sold. This way there is only one Camper ticket in Stripe for multiple events.All Stripe API changes are listed here: https://stripe.com/docs/upgrades#2020-08-27