You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem when customers use double quotes as part of the text in an address or in some of the fields to fill out.
For instance, a customer had written "Los Olivos" with double quotes in the address field. When this data was saved to the database and later retrieved, it caused a JSON format error in the back-office order view. This generated a critical error and made it impossible to view the order details.
The issue occurred in the JSON data saved in the "_monei_history" table, specifically in the "response" field.
The text was updated successfully, but these errors were encountered:
There is a problem when customers use double quotes as part of the text in an address or in some of the fields to fill out.
For instance, a customer had written "Los Olivos" with double quotes in the address field. When this data was saved to the database and later retrieved, it caused a JSON format error in the back-office order view. This generated a critical error and made it impossible to view the order details.
The issue occurred in the JSON data saved in the "_monei_history" table, specifically in the "response" field.
The text was updated successfully, but these errors were encountered: