aksalj / pesajs

MPESA G2 API client
MIT License
38 stars 27 forks source link

Payment Notification #11

Open NateNjuguna opened 7 years ago

NateNjuguna commented 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