on authorize hook script from file int_monei_sfra/cartridge/scripts/monei/processor.js there is the line 109 where a custom attribute in the Order object is manipulated
Monei_API_PaymentID
in the xml definitions of the custom attribute, the attribute is defined as
MONEI_API_PaymentID
the difference in the attribute casing throws a 500 error. Either the attribute is defined as Monei_API_PaymentID in the XML or the code of processor.js needs to be updated to change the attribute Monei_API_PaymentID
Hello,
on authorize hook script from file int_monei_sfra/cartridge/scripts/monei/processor.js there is the line 109 where a custom attribute in the Order object is manipulated
Monei_API_PaymentID
in the xml definitions of the custom attribute, the attribute is defined as
MONEI_API_PaymentID
the difference in the attribute casing throws a 500 error. Either the attribute is defined as
Monei_API_PaymentID
in the XML or the code of processor.js needs to be updated to change the attributeMonei_API_PaymentID