node-paytmpg 7.1.1 → 7.1.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.
package/README.MD CHANGED
@@ -176,9 +176,17 @@ Common:
176
176
  Gateway-specific:
177
177
 
178
178
  - Paytm: `paytm_url`, `MID`, `WEBSITE`, `CHANNEL_ID`, `INDUSTRY_TYPE_ID`
179
+ - Sandbox: https://securegw-stage.paytm.in
180
+ - Prod: https://securegw.paytm.in
179
181
  - Razorpay: `razor_url`, `KEY`, `SECRET`
182
+ - Sandbox: https://api.razorpay.com/
183
+ - Prod: https://api.razorpay.com/
180
184
  - PayU: `payu_url`, `KEY`, `SECRET`
185
+ - Sandbox: https://test.payu.in/_payment
186
+ - Prod: https://secure.payu.in/_payment
181
187
  - Open Money: `open_money_url`, `KEY`, `SECRET`
188
+ - Sandbox: https://sandbox-icp-api.bankopen.co/api
189
+ - Prod: https://icp-api.bankopen.co/api
182
190
 
183
191
  UI / behavior:
184
192
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-paytmpg",
3
- "version": "7.1.1",
3
+ "version": "7.1.2",
4
4
  "description": "Payment Gateway Integration using NodeJS",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-paytmpg",
3
- "version": "7.1.1",
3
+ "version": "7.1.2",
4
4
  "description": "Payment Gateway Integration using NodeJS",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {