node-paytmpg 7.4.1 → 7.4.2

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.
@@ -845,7 +845,11 @@ class PaymentController {
845
845
  product_name: 'pname',
846
846
  order_id: 'orderId',
847
847
  status: 'status',
848
- mobile_no: 'phone'
848
+ mobile_no: 'phone',
849
+ CLIENT_ID: 'clientId',
850
+ clientId: 'clientId',
851
+ WEBHOOK_URL: 'webhookUrl',
852
+ webhookUrl: 'webhookUrl',
849
853
  };
850
854
  Object.keys(fieldMap).forEach((key) => {
851
855
  if (params[key]) {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-paytmpg",
3
- "version": "7.4.1",
3
+ "version": "7.4.2",
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.4.1",
3
+ "version": "7.4.2",
4
4
  "description": "Payment Gateway Integration using NodeJS",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",