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