node-paytmpg 7.5.18 → 7.5.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -224,7 +224,7 @@ class PayU {
224
224
  }
225
225
  let updatedConfig = (0, buildConfig_1.withClientConfigOverrides)(this.baseConfig, req, originalOrder);
226
226
  this.initParams(updatedConfig);
227
- const payuRest = await this.verifyResult(req);
227
+ const payuRest = await this.verifyResult(req, orderId);
228
228
  let result = !!payuRest.STATUS;
229
229
  req.body.STATUS = payuRest.STATUS;
230
230
  req.body.TXNID = payuRest.TXNID;
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-paytmpg",
3
- "version": "7.5.18",
3
+ "version": "7.5.19",
4
4
  "description": "Payment Gateway Integration using NodeJS",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-paytmpg",
3
- "version": "7.5.18",
3
+ "version": "7.5.19",
4
4
  "description": "Payment Gateway Integration using NodeJS",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",