I'm getting the following during debug of the Stripe Module V1.7.1 downloaded today (2022.09.06) from the thirtybees marketplace.
ThirtyBeesException
You cannot use `line_items.amount`, `line_items.currency`, `line_items.name`, `line_items.description`, or `line_items.images` in this API version. Please use `line_items.price` or `line_items.price_data`. Please see https://stripe.com/docs/payments/checkout/migrating-prices for more information.
in file modules/stripe/classes/GuzzleClient.php at line 237
Question
Kevin13952
I'm getting the following during debug of the Stripe Module V1.7.1 downloaded today (2022.09.06) from the thirtybees marketplace.
You cannot use `line_items.amount`, `line_items.currency`, `line_items.name`, `line_items.description`, or `line_items.images` in this API version. Please use `line_items.price` or `line_items.price_data`. Please see https://stripe.com/docs/payments/checkout/migrating-prices for more information.
Source file: modules/stripe/classes/GuzzleClient.php
Stack trace
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now