aeremmiddleware 1.0.30 → 1.0.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aeremmiddleware",
3
- "version": "1.0.30",
3
+ "version": "1.0.31",
4
4
  "description": "",
5
5
  "type": "dist/index.d.ts",
6
6
  "main": "dist/index.js",
@@ -93,10 +93,6 @@ export const mandateHtml = (mandateData: MandateDataType, tokenId: string) => {
93
93
  BUTTON_COLOR_CODE_1: "#2d8c8c",
94
94
  BUTTON_COLOR_CODE_2: "#FFFFFF",
95
95
  },
96
- accountNo: "${mandateData.accountNo}", //Pass this if accountNo is captured at merchant side for eMandate/eNACH
97
-
98
- ifscCode: "${mandateData.ifscCode}", //Pass this if ifscCode is captured at merchant side.
99
- accountType: "${mandateData.accountType}", //Required for eNACH registration this is mandatory field
100
96
  debitStartDate: "${mandateData.debitStartDate}",
101
97
  debitEndDate: "${mandateData.debitEndDate}",
102
98
  maxAmount: "${mandateData.maxAmount}",
@@ -117,3 +113,8 @@ export const mandateHtml = (mandateData: MandateDataType, tokenId: string) => {
117
113
 
118
114
  `;
119
115
  };
116
+
117
+ // accountNo: "${mandateData.accountNo}", //Pass this if accountNo is captured at merchant side for eMandate/eNACH
118
+
119
+ // ifscCode: "${mandateData.ifscCode}", //Pass this if ifscCode is captured at merchant side.
120
+ // accountType: "${mandateData.accountType}", //Required for eNACH registration this is mandatory field