Hi team,
after the plugin was installed, synced, and configured, we have tested and found an error when order was placed on checkout page.
The page started loading, and then the session expired right after.
The developer console shows and error on the request response, of an unexpected character on the JSON data.
Analyzing the response, the order was successfully placed, but all the order-received page content was coming with the usual json response.
Hi team, after the plugin was installed, synced, and configured, we have tested and found an error when order was placed on checkout page. The page started loading, and then the session expired right after. The developer console shows and error on the request response, of an unexpected character on the JSON data. Analyzing the response, the order was successfully placed, but all the order-received page content was coming with the usual json response.
For example, this would be the usual response:
{"result":"success","redirect":"https:\/\/www.yyyyy.com.br\/checkout\/order-received\/2270151\/?key=wc_order_uQbacazevG9dJ","order_id":2270151}
But then, the response was:
{"result":"success","redirect":"https:\/\/www.yyy.com.br\/checkout\/order-received\/2270152\/?key=wc_order_NpeVJElsIncrV","order_id":2270152}