My current module version is 1.23.0
Invalid values for optional field like vads_cust_email are always sent and so making the payment failing
For exemple, this invalid value is sent:
[vads_cust_email=xxxx@hotmail]
In current code there is a function clearInvalidOptionnalFields which is supposed to clear the invalid values before sending the request, but this function is never called
My current module version is 1.23.0
Invalid values for optional field like
vads_cust_emailare always sent and so making the payment failingFor exemple, this invalid value is sent:
[vads_cust_email=xxxx@hotmail]In current code there is a function
clearInvalidOptionnalFieldswhich is supposed to clear the invalid values before sending the request, but this function is never called