adrianhajdin/project_e_commerce

it is in Review

Hinakouser118 opened this issue · 3 comments

Cannot read properties of undefined (reading 'line_items')
TypeError: Cannot read properties of undefined (reading 'line_items')
at Review

any one can say me

Visit this post: #63

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 👍 .