Open NateNjuguna opened 7 years ago
Hi, the payment notification middleware has an undefined reference to this here
| 278 | let data = this._parseXMLResponse(OPERATIONS.PAYMENT_RESULT, xml);
Since this is middleware, using this to refer to Payment Service's _parseXMLResponse results in an error and the notifications are not processed
this
_parseXMLResponse
Hi, the payment notification middleware has an undefined reference to this here
Since this is middleware, using
this
to refer to Payment Service's_parseXMLResponse
results in an error and the notifications are not processed