node-paytmpg 7.1.6 → 7.2.6
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.
|
@@ -676,6 +676,7 @@ class PaymentController {
|
|
|
676
676
|
const payuInstance = this.payuInstance;
|
|
677
677
|
const openMoneyInstance = this.openMoneyInstance;
|
|
678
678
|
console.log("request_data ", req.originalUrl, JSON.stringify(req.body));
|
|
679
|
+
console.log("request_headers ", req.originalUrl, JSON.stringify(req.headers));
|
|
679
680
|
if (config.paytm_url) {
|
|
680
681
|
await this.callback(req, res);
|
|
681
682
|
return;
|
package/dist/package.json
CHANGED