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