Checkout Error line_items.amount
-
I am getting the error
You cannot use
line_items.amount
,line_items.currency
,line_items.name
,line_items.description
, orline_items.images
in this API version. Please useline_items.price
orline_items.price_data
. Please see https://stripe.com/docs/payments/checkout/migrating-prices for more information.when I am trying to get membership dues processed with stripe. I can see some discussion on different forums about this stating that a variable (amount charged) is not a defined variable for stripe anymore however I do not know how to code. Is there a simple solution for this that someone can help with AND explain how to integrate it. Thanks!
- The topic ‘Checkout Error line_items.amount’ is closed to new replies.