Details
Description
It's possible for an order record to fail to be created despite the creation of a service/invoice during checkout. The customer is then redirected to the beginning of the order process.
This issue occurs due to the serialization of unicode characters (e.g. é) that are not properly encoded from a Fraud Report using one of the anti-fraud modules. This was encountered on MaxMind in particular, but all modules (i.e. FraudsLab) should also be updated with a fix.
TODO:
- Update MaxMind and FraudsLabPro anti-fraud modules to ensure the fraud details are UTF8-encoded. !!Test!!
- Remove serialization in favor of JSON-encoding the data. ENSURE BACKWARD COMPATIBILITY