Stripe payment error

hi, i have a error in stripe payment module

Exception Occurred: /mysite.com/httpdocs/packages/community_store_stripe_checkout/vendor/stripe/stripe-php/lib/ApiRequestor.php:210 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 stripe.com/docs/payments/checkout/migrating-prices for more information. (0)

seem: Please see Checkout prices migration guide | Stripe Documentation for more information. (0)

Thats’s a strange one - the API is supposed to be backwards compatible according to that doco, but the API update for 2022-08-01 says that it’s effectively not.

Will investigate.

This version has been updated to correct the line_items issue when Stripe is on a more recent API version.

So try this one please!

Ok, fine, seem work correctly

Thank you
Enrico