johnamdickson / portfolio-project-5

1 stars 1 forks source link

BUG: Order post error on checkout submission #54

Closed johnamdickson closed 7 months ago

johnamdickson commented 7 months ago

Epic: Epic: Payment Functionality #35

Bug Description: On submission of form and payment, the order and order line item were not updating in the DB.

Actions to Resolve: Noted that there was no Post call on submission of button due to the JS code for Stripe handle payment. Made post call from JS to checkout url with the required data fed into a FormData object.