You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if im right, this error persists in either the PaymentForm.jsx or Review.jsx. Im pretty sure the error is refering to the checkoutToken.live.line_items, this property of the object does not exist. Change it to checkoutToken.line_items. Change other lines too like checkoutToken.live.subtotal.formatted_with_symbol to checkoutToken.subtotal.formatted_with_symbol. Hope this helps 👍 .
Cannot read properties of undefined (reading 'line_items')
TypeError: Cannot read properties of undefined (reading 'line_items')
at Review
The text was updated successfully, but these errors were encountered: