RohitKV1n0d / orange_cat_web

0 stars 0 forks source link

Refactor save_order_data route to handle POST requests and improve error handling #151 #148 #170

Closed RohitKV1n0d closed 6 months ago

RohitKV1n0d commented 6 months ago

This pull request refactors the save_order_data route to handle POST requests instead of GET requests. It also improves error handling and adds appropriate error messages. This change ensures that the order data is saved correctly and provides a better user experience.

Fixes #151 #148