Skip to content

Draft: Filter strings to avoid the THOR error

Gerard Funosas requested to merge workaround-THOR-regex into master

In the production environment from MM we recieve a THOR error when building accounts with characters that they don't accept (we still don't have an exhaustive not-allowed character list):

"El accountId no ha sido dado de Alta correctamente en THOR. Por favor, vuelva a crear el cliente."

The method "filter_string" from account mapping acts as a temporal workaround.

Edited by Gerard Funosas

Merge request reports