it is in Review
Hinakouser118 opened this issue · 3 comments
Hinakouser118 commented
Cannot read properties of undefined (reading 'line_items')
TypeError: Cannot read properties of undefined (reading 'line_items')
at Review
Hinakouser118 commented
any one can say me
RochaThomas commented
Visit this post: #63
prg6useless commented
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 👍 .