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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-paytmpg",
3
- "version": "7.1.6",
3
+ "version": "7.2.6",
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.1.6",
3
+ "version": "7.2.6",
4
4
  "description": "Payment Gateway Integration using NodeJS",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",