@adyen/adyen-web 5.39.0 → 5.40.0
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/dist/adyen.css +4 -4
- package/dist/adyen.css.map +1 -1
- package/dist/adyen.js +1 -1
- package/dist/adyen.js.map +1 -1
- package/dist/cjs/adyen.css +4 -4
- package/dist/cjs/adyen.css.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/adyen.css +4 -4
- package/dist/es/adyen.css.map +1 -1
- package/dist/es/ar.js +1 -1
- package/dist/es/cs-CZ.js +1 -1
- package/dist/es/da-DK.js +1 -1
- package/dist/es/de-DE.js +1 -1
- package/dist/es/el-GR.js +1 -1
- package/dist/es/es-ES.js +1 -1
- package/dist/es/fi-FI.js +1 -1
- package/dist/es/fr-FR.js +1 -1
- package/dist/es/hr-HR.js +1 -1
- package/dist/es/hu-HU.js +1 -1
- package/dist/es/index.js +1 -1
- package/dist/es/it-IT.js +1 -1
- package/dist/es/ja-JP.js +1 -1
- package/dist/es/ko-KR.js +1 -1
- package/dist/es/nl-NL.js +1 -1
- package/dist/es/no-NO.js +1 -1
- package/dist/es/pl-PL.js +1 -1
- package/dist/es/pt-BR.js +1 -1
- package/dist/es/pt-PT.js +1 -1
- package/dist/es/ro-RO.js +1 -1
- package/dist/es/ru-RU.js +1 -1
- package/dist/es/sk-SK.js +1 -1
- package/dist/es/sl-SI.js +1 -1
- package/dist/es/sv-SE.js +1 -1
- package/dist/es/zh-CN.js +1 -1
- package/dist/es/zh-TW.js +1 -1
- package/dist/es.modern/adyen.css +4 -4
- package/dist/es.modern/adyen.css.map +1 -1
- package/dist/es.modern/ar.js +1 -1
- package/dist/es.modern/cs-CZ.js +1 -1
- package/dist/es.modern/da-DK.js +1 -1
- package/dist/es.modern/de-DE.js +1 -1
- package/dist/es.modern/el-GR.js +1 -1
- package/dist/es.modern/es-ES.js +1 -1
- package/dist/es.modern/fi-FI.js +1 -1
- package/dist/es.modern/fr-FR.js +1 -1
- package/dist/es.modern/hr-HR.js +1 -1
- package/dist/es.modern/hu-HU.js +1 -1
- package/dist/es.modern/index.js +1 -1
- package/dist/es.modern/it-IT.js +1 -1
- package/dist/es.modern/ja-JP.js +1 -1
- package/dist/es.modern/ko-KR.js +1 -1
- package/dist/es.modern/nl-NL.js +1 -1
- package/dist/es.modern/no-NO.js +1 -1
- package/dist/es.modern/pl-PL.js +1 -1
- package/dist/es.modern/pt-BR.js +1 -1
- package/dist/es.modern/pt-PT.js +1 -1
- package/dist/es.modern/ro-RO.js +1 -1
- package/dist/es.modern/ru-RU.js +1 -1
- package/dist/es.modern/sk-SK.js +1 -1
- package/dist/es.modern/sl-SI.js +1 -1
- package/dist/es.modern/sv-SE.js +1 -1
- package/dist/es.modern/zh-CN.js +1 -1
- package/dist/es.modern/zh-TW.js +1 -1
- package/dist/types/components/OnlineBankingCZ/index.d.ts +1 -0
- package/dist/types/components/OnlineBankingSK/index.d.ts +1 -0
- package/dist/types/components/OnlinebankingPL/OnlineBankingPL.d.ts +8 -0
- package/dist/types/components/OnlinebankingPL/OnlineBankingPL.spec.d.ts +1 -0
- package/dist/types/components/OnlinebankingPL/index.d.ts +1 -5
- package/dist/types/components/helpers/IssuerListContainer.d.ts +3 -1
- package/dist/types/components/internal/DisclaimerMessage/DisclaimerMessage.d.ts +13 -2
- package/dist/types/components/internal/FormFields/Field/types.d.ts +0 -1
- package/dist/types/components/internal/FormFields/Select/Select.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts +0 -1
- package/dist/types/components/internal/IssuerList/types.d.ts +5 -1
- package/dist/types/core/Context/CoreProvider.d.ts +1 -1
- package/dist/types/language/config.d.ts +1 -0
- package/dist/types/language/locales/index.d.ts +102 -0
- package/dist/types/utils/validator-utils.d.ts +1 -1
- package/package.json +9 -8
|
@@ -67,6 +67,7 @@ declare const _default: {
|
|
|
67
67
|
dateOfBirth: string;
|
|
68
68
|
shopperEmail: string;
|
|
69
69
|
gender: string;
|
|
70
|
+
"gender.notselected": string;
|
|
70
71
|
male: string;
|
|
71
72
|
female: string;
|
|
72
73
|
billingAddress: string;
|
|
@@ -240,6 +241,7 @@ declare const _default: {
|
|
|
240
241
|
"upi.vpaWaitingMessage": string;
|
|
241
242
|
"upi.modeSelection": string;
|
|
242
243
|
"onlineBanking.termsAndConditions": string;
|
|
244
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
243
245
|
"ctp.loading.poweredByCtp": string;
|
|
244
246
|
"ctp.loading.intro": string;
|
|
245
247
|
"ctp.login.title": string;
|
|
@@ -353,6 +355,7 @@ declare const _default: {
|
|
|
353
355
|
dateOfBirth: string;
|
|
354
356
|
shopperEmail: string;
|
|
355
357
|
gender: string;
|
|
358
|
+
"gender.notselected": string;
|
|
356
359
|
male: string;
|
|
357
360
|
female: string;
|
|
358
361
|
billingAddress: string;
|
|
@@ -526,6 +529,7 @@ declare const _default: {
|
|
|
526
529
|
"upi.vpaWaitingMessage": string;
|
|
527
530
|
"upi.modeSelection": string;
|
|
528
531
|
"onlineBanking.termsAndConditions": string;
|
|
532
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
529
533
|
"ctp.loading.poweredByCtp": string;
|
|
530
534
|
"ctp.loading.intro": string;
|
|
531
535
|
"ctp.login.title": string;
|
|
@@ -641,6 +645,7 @@ declare const _default: {
|
|
|
641
645
|
dateOfBirth: string;
|
|
642
646
|
shopperEmail: string;
|
|
643
647
|
gender: string;
|
|
648
|
+
"gender.notselected": string;
|
|
644
649
|
male: string;
|
|
645
650
|
female: string;
|
|
646
651
|
billingAddress: string;
|
|
@@ -813,6 +818,7 @@ declare const _default: {
|
|
|
813
818
|
"upi.vpaWaitingMessage": string;
|
|
814
819
|
"upi.modeSelection": string;
|
|
815
820
|
"onlineBanking.termsAndConditions": string;
|
|
821
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
816
822
|
"ctp.loading.poweredByCtp": string;
|
|
817
823
|
"ctp.loading.intro": string;
|
|
818
824
|
"ctp.login.title": string;
|
|
@@ -926,6 +932,7 @@ declare const _default: {
|
|
|
926
932
|
dateOfBirth: string;
|
|
927
933
|
shopperEmail: string;
|
|
928
934
|
gender: string;
|
|
935
|
+
"gender.notselected": string;
|
|
929
936
|
male: string;
|
|
930
937
|
female: string;
|
|
931
938
|
billingAddress: string;
|
|
@@ -1098,6 +1105,7 @@ declare const _default: {
|
|
|
1098
1105
|
"upi.vpaWaitingMessage": string;
|
|
1099
1106
|
"upi.modeSelection": string;
|
|
1100
1107
|
"onlineBanking.termsAndConditions": string;
|
|
1108
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
1101
1109
|
"ctp.loading.poweredByCtp": string;
|
|
1102
1110
|
"ctp.loading.intro": string;
|
|
1103
1111
|
"ctp.login.title": string;
|
|
@@ -1213,6 +1221,7 @@ declare const _default: {
|
|
|
1213
1221
|
dateOfBirth: string;
|
|
1214
1222
|
shopperEmail: string;
|
|
1215
1223
|
gender: string;
|
|
1224
|
+
"gender.notselected": string;
|
|
1216
1225
|
male: string;
|
|
1217
1226
|
female: string;
|
|
1218
1227
|
billingAddress: string;
|
|
@@ -1386,6 +1395,7 @@ declare const _default: {
|
|
|
1386
1395
|
"upi.vpaWaitingMessage": string;
|
|
1387
1396
|
"upi.modeSelection": string;
|
|
1388
1397
|
"onlineBanking.termsAndConditions": string;
|
|
1398
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
1389
1399
|
"ctp.loading.poweredByCtp": string;
|
|
1390
1400
|
"ctp.loading.intro": string;
|
|
1391
1401
|
"ctp.login.title": string;
|
|
@@ -1499,6 +1509,7 @@ declare const _default: {
|
|
|
1499
1509
|
dateOfBirth: string;
|
|
1500
1510
|
shopperEmail: string;
|
|
1501
1511
|
gender: string;
|
|
1512
|
+
"gender.notselected": string;
|
|
1502
1513
|
male: string;
|
|
1503
1514
|
female: string;
|
|
1504
1515
|
billingAddress: string;
|
|
@@ -1672,6 +1683,7 @@ declare const _default: {
|
|
|
1672
1683
|
"upi.vpaWaitingMessage": string;
|
|
1673
1684
|
"upi.modeSelection": string;
|
|
1674
1685
|
"onlineBanking.termsAndConditions": string;
|
|
1686
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
1675
1687
|
"ctp.loading.poweredByCtp": string;
|
|
1676
1688
|
"ctp.loading.intro": string;
|
|
1677
1689
|
"ctp.login.title": string;
|
|
@@ -1787,6 +1799,7 @@ declare const _default: {
|
|
|
1787
1799
|
dateOfBirth: string;
|
|
1788
1800
|
shopperEmail: string;
|
|
1789
1801
|
gender: string;
|
|
1802
|
+
"gender.notselected": string;
|
|
1790
1803
|
male: string;
|
|
1791
1804
|
female: string;
|
|
1792
1805
|
billingAddress: string;
|
|
@@ -1959,6 +1972,7 @@ declare const _default: {
|
|
|
1959
1972
|
"upi.vpaWaitingMessage": string;
|
|
1960
1973
|
"upi.modeSelection": string;
|
|
1961
1974
|
"onlineBanking.termsAndConditions": string;
|
|
1975
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
1962
1976
|
"ctp.loading.poweredByCtp": string;
|
|
1963
1977
|
"ctp.loading.intro": string;
|
|
1964
1978
|
"ctp.login.title": string;
|
|
@@ -2072,6 +2086,7 @@ declare const _default: {
|
|
|
2072
2086
|
dateOfBirth: string;
|
|
2073
2087
|
shopperEmail: string;
|
|
2074
2088
|
gender: string;
|
|
2089
|
+
"gender.notselected": string;
|
|
2075
2090
|
male: string;
|
|
2076
2091
|
female: string;
|
|
2077
2092
|
billingAddress: string;
|
|
@@ -2244,6 +2259,7 @@ declare const _default: {
|
|
|
2244
2259
|
"upi.vpaWaitingMessage": string;
|
|
2245
2260
|
"upi.modeSelection": string;
|
|
2246
2261
|
"onlineBanking.termsAndConditions": string;
|
|
2262
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
2247
2263
|
"ctp.loading.poweredByCtp": string;
|
|
2248
2264
|
"ctp.loading.intro": string;
|
|
2249
2265
|
"ctp.login.title": string;
|
|
@@ -2359,6 +2375,7 @@ declare const _default: {
|
|
|
2359
2375
|
dateOfBirth: string;
|
|
2360
2376
|
shopperEmail: string;
|
|
2361
2377
|
gender: string;
|
|
2378
|
+
"gender.notselected": string;
|
|
2362
2379
|
male: string;
|
|
2363
2380
|
female: string;
|
|
2364
2381
|
billingAddress: string;
|
|
@@ -2531,6 +2548,7 @@ declare const _default: {
|
|
|
2531
2548
|
"upi.vpaWaitingMessage": string;
|
|
2532
2549
|
"upi.modeSelection": string;
|
|
2533
2550
|
"onlineBanking.termsAndConditions": string;
|
|
2551
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
2534
2552
|
"ctp.loading.poweredByCtp": string;
|
|
2535
2553
|
"ctp.loading.intro": string;
|
|
2536
2554
|
"ctp.login.title": string;
|
|
@@ -2644,6 +2662,7 @@ declare const _default: {
|
|
|
2644
2662
|
dateOfBirth: string;
|
|
2645
2663
|
shopperEmail: string;
|
|
2646
2664
|
gender: string;
|
|
2665
|
+
"gender.notselected": string;
|
|
2647
2666
|
male: string;
|
|
2648
2667
|
female: string;
|
|
2649
2668
|
billingAddress: string;
|
|
@@ -2816,6 +2835,7 @@ declare const _default: {
|
|
|
2816
2835
|
"upi.vpaWaitingMessage": string;
|
|
2817
2836
|
"upi.modeSelection": string;
|
|
2818
2837
|
"onlineBanking.termsAndConditions": string;
|
|
2838
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
2819
2839
|
"ctp.loading.poweredByCtp": string;
|
|
2820
2840
|
"ctp.loading.intro": string;
|
|
2821
2841
|
"ctp.login.title": string;
|
|
@@ -3109,6 +3129,7 @@ declare const _default: {
|
|
|
3109
3129
|
"upi.vpaWaitingMessage": string;
|
|
3110
3130
|
"upi.modeSelection": string;
|
|
3111
3131
|
"onlineBanking.termsAndConditions": string;
|
|
3132
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
3112
3133
|
"ctp.loading.poweredByCtp": string;
|
|
3113
3134
|
"ctp.loading.intro": string;
|
|
3114
3135
|
"ctp.login.title": string;
|
|
@@ -3397,6 +3418,7 @@ declare const _default: {
|
|
|
3397
3418
|
"upi.vpaWaitingMessage": string;
|
|
3398
3419
|
"upi.modeSelection": string;
|
|
3399
3420
|
"onlineBanking.termsAndConditions": string;
|
|
3421
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
3400
3422
|
"ctp.loading.poweredByCtp": string;
|
|
3401
3423
|
"ctp.loading.intro": string;
|
|
3402
3424
|
"ctp.login.title": string;
|
|
@@ -3507,6 +3529,7 @@ declare const _default: {
|
|
|
3507
3529
|
dateOfBirth: string;
|
|
3508
3530
|
shopperEmail: string;
|
|
3509
3531
|
gender: string;
|
|
3532
|
+
"gender.notselected": string;
|
|
3510
3533
|
male: string;
|
|
3511
3534
|
female: string;
|
|
3512
3535
|
billingAddress: string;
|
|
@@ -3676,6 +3699,7 @@ declare const _default: {
|
|
|
3676
3699
|
"upi.vpaWaitingMessage": string;
|
|
3677
3700
|
"upi.modeSelection": string;
|
|
3678
3701
|
"onlineBanking.termsAndConditions": string;
|
|
3702
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
3679
3703
|
"ctp.loading.poweredByCtp": string;
|
|
3680
3704
|
"ctp.loading.intro": string;
|
|
3681
3705
|
"ctp.login.title": string;
|
|
@@ -3787,6 +3811,7 @@ declare const _default: {
|
|
|
3787
3811
|
dateOfBirth: string;
|
|
3788
3812
|
shopperEmail: string;
|
|
3789
3813
|
gender: string;
|
|
3814
|
+
"gender.notselected": string;
|
|
3790
3815
|
male: string;
|
|
3791
3816
|
female: string;
|
|
3792
3817
|
billingAddress: string;
|
|
@@ -3956,6 +3981,7 @@ declare const _default: {
|
|
|
3956
3981
|
"upi.vpaWaitingMessage": string;
|
|
3957
3982
|
"upi.modeSelection": string;
|
|
3958
3983
|
"onlineBanking.termsAndConditions": string;
|
|
3984
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
3959
3985
|
"ctp.loading.poweredByCtp": string;
|
|
3960
3986
|
"ctp.loading.intro": string;
|
|
3961
3987
|
"ctp.login.title": string;
|
|
@@ -4071,6 +4097,7 @@ declare const _default: {
|
|
|
4071
4097
|
dateOfBirth: string;
|
|
4072
4098
|
shopperEmail: string;
|
|
4073
4099
|
gender: string;
|
|
4100
|
+
"gender.notselected": string;
|
|
4074
4101
|
male: string;
|
|
4075
4102
|
female: string;
|
|
4076
4103
|
billingAddress: string;
|
|
@@ -4243,6 +4270,7 @@ declare const _default: {
|
|
|
4243
4270
|
"upi.vpaWaitingMessage": string;
|
|
4244
4271
|
"upi.modeSelection": string;
|
|
4245
4272
|
"onlineBanking.termsAndConditions": string;
|
|
4273
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
4246
4274
|
"ctp.loading.poweredByCtp": string;
|
|
4247
4275
|
"ctp.loading.intro": string;
|
|
4248
4276
|
"ctp.login.title": string;
|
|
@@ -4356,6 +4384,7 @@ declare const _default: {
|
|
|
4356
4384
|
dateOfBirth: string;
|
|
4357
4385
|
shopperEmail: string;
|
|
4358
4386
|
gender: string;
|
|
4387
|
+
"gender.notselected": string;
|
|
4359
4388
|
male: string;
|
|
4360
4389
|
female: string;
|
|
4361
4390
|
billingAddress: string;
|
|
@@ -4528,6 +4557,7 @@ declare const _default: {
|
|
|
4528
4557
|
"upi.vpaWaitingMessage": string;
|
|
4529
4558
|
"upi.modeSelection": string;
|
|
4530
4559
|
"onlineBanking.termsAndConditions": string;
|
|
4560
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
4531
4561
|
"ctp.loading.poweredByCtp": string;
|
|
4532
4562
|
"ctp.loading.intro": string;
|
|
4533
4563
|
"ctp.login.title": string;
|
|
@@ -4643,6 +4673,7 @@ declare const _default: {
|
|
|
4643
4673
|
dateOfBirth: string;
|
|
4644
4674
|
shopperEmail: string;
|
|
4645
4675
|
gender: string;
|
|
4676
|
+
"gender.notselected": string;
|
|
4646
4677
|
male: string;
|
|
4647
4678
|
female: string;
|
|
4648
4679
|
billingAddress: string;
|
|
@@ -4815,6 +4846,7 @@ declare const _default: {
|
|
|
4815
4846
|
"upi.vpaWaitingMessage": string;
|
|
4816
4847
|
"upi.modeSelection": string;
|
|
4817
4848
|
"onlineBanking.termsAndConditions": string;
|
|
4849
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
4818
4850
|
"ctp.loading.poweredByCtp": string;
|
|
4819
4851
|
"ctp.loading.intro": string;
|
|
4820
4852
|
"ctp.login.title": string;
|
|
@@ -4928,6 +4960,7 @@ declare const _default: {
|
|
|
4928
4960
|
dateOfBirth: string;
|
|
4929
4961
|
shopperEmail: string;
|
|
4930
4962
|
gender: string;
|
|
4963
|
+
"gender.notselected": string;
|
|
4931
4964
|
male: string;
|
|
4932
4965
|
female: string;
|
|
4933
4966
|
billingAddress: string;
|
|
@@ -5100,6 +5133,7 @@ declare const _default: {
|
|
|
5100
5133
|
"upi.vpaWaitingMessage": string;
|
|
5101
5134
|
"upi.modeSelection": string;
|
|
5102
5135
|
"onlineBanking.termsAndConditions": string;
|
|
5136
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
5103
5137
|
"ctp.loading.poweredByCtp": string;
|
|
5104
5138
|
"ctp.loading.intro": string;
|
|
5105
5139
|
"ctp.login.title": string;
|
|
@@ -5215,6 +5249,7 @@ declare const _default: {
|
|
|
5215
5249
|
dateOfBirth: string;
|
|
5216
5250
|
shopperEmail: string;
|
|
5217
5251
|
gender: string;
|
|
5252
|
+
"gender.notselected": string;
|
|
5218
5253
|
male: string;
|
|
5219
5254
|
female: string;
|
|
5220
5255
|
billingAddress: string;
|
|
@@ -5387,6 +5422,7 @@ declare const _default: {
|
|
|
5387
5422
|
"upi.vpaWaitingMessage": string;
|
|
5388
5423
|
"upi.modeSelection": string;
|
|
5389
5424
|
"onlineBanking.termsAndConditions": string;
|
|
5425
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
5390
5426
|
"ctp.loading.poweredByCtp": string;
|
|
5391
5427
|
"ctp.loading.intro": string;
|
|
5392
5428
|
"ctp.login.title": string;
|
|
@@ -5500,6 +5536,7 @@ declare const _default: {
|
|
|
5500
5536
|
dateOfBirth: string;
|
|
5501
5537
|
shopperEmail: string;
|
|
5502
5538
|
gender: string;
|
|
5539
|
+
"gender.notselected": string;
|
|
5503
5540
|
male: string;
|
|
5504
5541
|
female: string;
|
|
5505
5542
|
billingAddress: string;
|
|
@@ -5672,6 +5709,7 @@ declare const _default: {
|
|
|
5672
5709
|
"upi.vpaWaitingMessage": string;
|
|
5673
5710
|
"upi.modeSelection": string;
|
|
5674
5711
|
"onlineBanking.termsAndConditions": string;
|
|
5712
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
5675
5713
|
"ctp.loading.poweredByCtp": string;
|
|
5676
5714
|
"ctp.loading.intro": string;
|
|
5677
5715
|
"ctp.login.title": string;
|
|
@@ -5787,6 +5825,7 @@ declare const _default: {
|
|
|
5787
5825
|
dateOfBirth: string;
|
|
5788
5826
|
shopperEmail: string;
|
|
5789
5827
|
gender: string;
|
|
5828
|
+
"gender.notselected": string;
|
|
5790
5829
|
male: string;
|
|
5791
5830
|
female: string;
|
|
5792
5831
|
billingAddress: string;
|
|
@@ -5959,6 +5998,7 @@ declare const _default: {
|
|
|
5959
5998
|
"upi.vpaWaitingMessage": string;
|
|
5960
5999
|
"upi.modeSelection": string;
|
|
5961
6000
|
"onlineBanking.termsAndConditions": string;
|
|
6001
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
5962
6002
|
"ctp.loading.poweredByCtp": string;
|
|
5963
6003
|
"ctp.loading.intro": string;
|
|
5964
6004
|
"ctp.login.title": string;
|
|
@@ -6072,6 +6112,7 @@ declare const _default: {
|
|
|
6072
6112
|
dateOfBirth: string;
|
|
6073
6113
|
shopperEmail: string;
|
|
6074
6114
|
gender: string;
|
|
6115
|
+
"gender.notselected": string;
|
|
6075
6116
|
male: string;
|
|
6076
6117
|
female: string;
|
|
6077
6118
|
billingAddress: string;
|
|
@@ -6244,6 +6285,7 @@ declare const _default: {
|
|
|
6244
6285
|
"upi.vpaWaitingMessage": string;
|
|
6245
6286
|
"upi.modeSelection": string;
|
|
6246
6287
|
"onlineBanking.termsAndConditions": string;
|
|
6288
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
6247
6289
|
"ctp.loading.poweredByCtp": string;
|
|
6248
6290
|
"ctp.loading.intro": string;
|
|
6249
6291
|
"ctp.login.title": string;
|
|
@@ -6357,6 +6399,7 @@ declare const _default: {
|
|
|
6357
6399
|
dateOfBirth: string;
|
|
6358
6400
|
shopperEmail: string;
|
|
6359
6401
|
gender: string;
|
|
6402
|
+
"gender.notselected": string;
|
|
6360
6403
|
male: string;
|
|
6361
6404
|
female: string;
|
|
6362
6405
|
billingAddress: string;
|
|
@@ -6529,6 +6572,7 @@ declare const _default: {
|
|
|
6529
6572
|
"upi.vpaWaitingMessage": string;
|
|
6530
6573
|
"upi.modeSelection": string;
|
|
6531
6574
|
"onlineBanking.termsAndConditions": string;
|
|
6575
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
6532
6576
|
"ctp.loading.poweredByCtp": string;
|
|
6533
6577
|
"ctp.loading.intro": string;
|
|
6534
6578
|
"ctp.login.title": string;
|
|
@@ -6640,6 +6684,7 @@ declare const _default: {
|
|
|
6640
6684
|
dateOfBirth: string;
|
|
6641
6685
|
shopperEmail: string;
|
|
6642
6686
|
gender: string;
|
|
6687
|
+
"gender.notselected": string;
|
|
6643
6688
|
male: string;
|
|
6644
6689
|
female: string;
|
|
6645
6690
|
billingAddress: string;
|
|
@@ -6812,6 +6857,7 @@ declare const _default: {
|
|
|
6812
6857
|
"upi.vpaWaitingMessage": string;
|
|
6813
6858
|
"upi.modeSelection": string;
|
|
6814
6859
|
"onlineBanking.termsAndConditions": string;
|
|
6860
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
6815
6861
|
"ctp.loading.poweredByCtp": string;
|
|
6816
6862
|
"ctp.loading.intro": string;
|
|
6817
6863
|
"ctp.login.title": string;
|
|
@@ -6927,6 +6973,7 @@ declare const _default: {
|
|
|
6927
6973
|
dateOfBirth: string;
|
|
6928
6974
|
shopperEmail: string;
|
|
6929
6975
|
gender: string;
|
|
6976
|
+
"gender.notselected": string;
|
|
6930
6977
|
male: string;
|
|
6931
6978
|
female: string;
|
|
6932
6979
|
billingAddress: string;
|
|
@@ -7099,6 +7146,7 @@ declare const _default: {
|
|
|
7099
7146
|
"upi.vpaWaitingMessage": string;
|
|
7100
7147
|
"upi.modeSelection": string;
|
|
7101
7148
|
"onlineBanking.termsAndConditions": string;
|
|
7149
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
7102
7150
|
"ctp.loading.poweredByCtp": string;
|
|
7103
7151
|
"ctp.loading.intro": string;
|
|
7104
7152
|
"ctp.login.title": string;
|
|
@@ -7212,6 +7260,7 @@ declare const _default: {
|
|
|
7212
7260
|
dateOfBirth: string;
|
|
7213
7261
|
shopperEmail: string;
|
|
7214
7262
|
gender: string;
|
|
7263
|
+
"gender.notselected": string;
|
|
7215
7264
|
male: string;
|
|
7216
7265
|
female: string;
|
|
7217
7266
|
billingAddress: string;
|
|
@@ -7384,6 +7433,7 @@ declare const _default: {
|
|
|
7384
7433
|
"upi.vpaWaitingMessage": string;
|
|
7385
7434
|
"upi.modeSelection": string;
|
|
7386
7435
|
"onlineBanking.termsAndConditions": string;
|
|
7436
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
7387
7437
|
"ctp.loading.poweredByCtp": string;
|
|
7388
7438
|
"ctp.loading.intro": string;
|
|
7389
7439
|
"ctp.login.title": string;
|
|
@@ -7499,6 +7549,7 @@ declare const _default: {
|
|
|
7499
7549
|
dateOfBirth: string;
|
|
7500
7550
|
shopperEmail: string;
|
|
7501
7551
|
gender: string;
|
|
7552
|
+
"gender.notselected": string;
|
|
7502
7553
|
male: string;
|
|
7503
7554
|
female: string;
|
|
7504
7555
|
billingAddress: string;
|
|
@@ -7671,6 +7722,7 @@ declare const _default: {
|
|
|
7671
7722
|
"upi.vpaWaitingMessage": string;
|
|
7672
7723
|
"upi.modeSelection": string;
|
|
7673
7724
|
"onlineBanking.termsAndConditions": string;
|
|
7725
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
7674
7726
|
"ctp.loading.poweredByCtp": string;
|
|
7675
7727
|
"ctp.loading.intro": string;
|
|
7676
7728
|
"ctp.login.title": string;
|
|
@@ -7784,6 +7836,7 @@ declare const _default: {
|
|
|
7784
7836
|
dateOfBirth: string;
|
|
7785
7837
|
shopperEmail: string;
|
|
7786
7838
|
gender: string;
|
|
7839
|
+
"gender.notselected": string;
|
|
7787
7840
|
male: string;
|
|
7788
7841
|
female: string;
|
|
7789
7842
|
billingAddress: string;
|
|
@@ -7956,6 +8009,7 @@ declare const _default: {
|
|
|
7956
8009
|
"upi.vpaWaitingMessage": string;
|
|
7957
8010
|
"upi.modeSelection": string;
|
|
7958
8011
|
"onlineBanking.termsAndConditions": string;
|
|
8012
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
7959
8013
|
"ctp.loading.poweredByCtp": string;
|
|
7960
8014
|
"ctp.loading.intro": string;
|
|
7961
8015
|
"ctp.login.title": string;
|
|
@@ -8071,6 +8125,7 @@ declare const _default: {
|
|
|
8071
8125
|
dateOfBirth: string;
|
|
8072
8126
|
shopperEmail: string;
|
|
8073
8127
|
gender: string;
|
|
8128
|
+
"gender.notselected": string;
|
|
8074
8129
|
male: string;
|
|
8075
8130
|
female: string;
|
|
8076
8131
|
billingAddress: string;
|
|
@@ -8243,6 +8298,7 @@ declare const _default: {
|
|
|
8243
8298
|
"upi.vpaWaitingMessage": string;
|
|
8244
8299
|
"upi.modeSelection": string;
|
|
8245
8300
|
"onlineBanking.termsAndConditions": string;
|
|
8301
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
8246
8302
|
"ctp.loading.poweredByCtp": string;
|
|
8247
8303
|
"ctp.loading.intro": string;
|
|
8248
8304
|
"ctp.login.title": string;
|
|
@@ -8356,6 +8412,7 @@ declare const _default: {
|
|
|
8356
8412
|
dateOfBirth: string;
|
|
8357
8413
|
shopperEmail: string;
|
|
8358
8414
|
gender: string;
|
|
8415
|
+
"gender.notselected": string;
|
|
8359
8416
|
male: string;
|
|
8360
8417
|
female: string;
|
|
8361
8418
|
billingAddress: string;
|
|
@@ -8528,6 +8585,7 @@ declare const _default: {
|
|
|
8528
8585
|
"upi.vpaWaitingMessage": string;
|
|
8529
8586
|
"upi.modeSelection": string;
|
|
8530
8587
|
"onlineBanking.termsAndConditions": string;
|
|
8588
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
8531
8589
|
"ctp.loading.poweredByCtp": string;
|
|
8532
8590
|
"ctp.loading.intro": string;
|
|
8533
8591
|
"ctp.login.title": string;
|
|
@@ -8643,6 +8701,7 @@ declare const _default: {
|
|
|
8643
8701
|
dateOfBirth: string;
|
|
8644
8702
|
shopperEmail: string;
|
|
8645
8703
|
gender: string;
|
|
8704
|
+
"gender.notselected": string;
|
|
8646
8705
|
male: string;
|
|
8647
8706
|
female: string;
|
|
8648
8707
|
billingAddress: string;
|
|
@@ -8815,6 +8874,7 @@ declare const _default: {
|
|
|
8815
8874
|
"upi.vpaWaitingMessage": string;
|
|
8816
8875
|
"upi.modeSelection": string;
|
|
8817
8876
|
"onlineBanking.termsAndConditions": string;
|
|
8877
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
8818
8878
|
"ctp.loading.poweredByCtp": string;
|
|
8819
8879
|
"ctp.loading.intro": string;
|
|
8820
8880
|
"ctp.login.title": string;
|
|
@@ -8928,6 +8988,7 @@ declare const _default: {
|
|
|
8928
8988
|
dateOfBirth: string;
|
|
8929
8989
|
shopperEmail: string;
|
|
8930
8990
|
gender: string;
|
|
8991
|
+
"gender.notselected": string;
|
|
8931
8992
|
male: string;
|
|
8932
8993
|
female: string;
|
|
8933
8994
|
billingAddress: string;
|
|
@@ -9100,6 +9161,7 @@ declare const _default: {
|
|
|
9100
9161
|
"upi.vpaWaitingMessage": string;
|
|
9101
9162
|
"upi.modeSelection": string;
|
|
9102
9163
|
"onlineBanking.termsAndConditions": string;
|
|
9164
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
9103
9165
|
"ctp.loading.poweredByCtp": string;
|
|
9104
9166
|
"ctp.loading.intro": string;
|
|
9105
9167
|
"ctp.login.title": string;
|
|
@@ -9215,6 +9277,7 @@ declare const _default: {
|
|
|
9215
9277
|
dateOfBirth: string;
|
|
9216
9278
|
shopperEmail: string;
|
|
9217
9279
|
gender: string;
|
|
9280
|
+
"gender.notselected": string;
|
|
9218
9281
|
male: string;
|
|
9219
9282
|
female: string;
|
|
9220
9283
|
billingAddress: string;
|
|
@@ -9387,6 +9450,7 @@ declare const _default: {
|
|
|
9387
9450
|
"upi.vpaWaitingMessage": string;
|
|
9388
9451
|
"upi.modeSelection": string;
|
|
9389
9452
|
"onlineBanking.termsAndConditions": string;
|
|
9453
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
9390
9454
|
"ctp.loading.poweredByCtp": string;
|
|
9391
9455
|
"ctp.loading.intro": string;
|
|
9392
9456
|
"ctp.login.title": string;
|
|
@@ -9500,6 +9564,7 @@ declare const _default: {
|
|
|
9500
9564
|
dateOfBirth: string;
|
|
9501
9565
|
shopperEmail: string;
|
|
9502
9566
|
gender: string;
|
|
9567
|
+
"gender.notselected": string;
|
|
9503
9568
|
male: string;
|
|
9504
9569
|
female: string;
|
|
9505
9570
|
billingAddress: string;
|
|
@@ -9672,6 +9737,7 @@ declare const _default: {
|
|
|
9672
9737
|
"upi.vpaWaitingMessage": string;
|
|
9673
9738
|
"upi.modeSelection": string;
|
|
9674
9739
|
"onlineBanking.termsAndConditions": string;
|
|
9740
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
9675
9741
|
"ctp.loading.poweredByCtp": string;
|
|
9676
9742
|
"ctp.loading.intro": string;
|
|
9677
9743
|
"ctp.login.title": string;
|
|
@@ -9785,6 +9851,7 @@ declare const _default: {
|
|
|
9785
9851
|
dateOfBirth: string;
|
|
9786
9852
|
shopperEmail: string;
|
|
9787
9853
|
gender: string;
|
|
9854
|
+
"gender.notselected": string;
|
|
9788
9855
|
male: string;
|
|
9789
9856
|
female: string;
|
|
9790
9857
|
billingAddress: string;
|
|
@@ -9957,6 +10024,7 @@ declare const _default: {
|
|
|
9957
10024
|
"upi.vpaWaitingMessage": string;
|
|
9958
10025
|
"upi.modeSelection": string;
|
|
9959
10026
|
"onlineBanking.termsAndConditions": string;
|
|
10027
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
9960
10028
|
"ctp.loading.poweredByCtp": string;
|
|
9961
10029
|
"ctp.loading.intro": string;
|
|
9962
10030
|
"ctp.login.title": string;
|
|
@@ -10068,6 +10136,7 @@ declare const _default: {
|
|
|
10068
10136
|
dateOfBirth: string;
|
|
10069
10137
|
shopperEmail: string;
|
|
10070
10138
|
gender: string;
|
|
10139
|
+
"gender.notselected": string;
|
|
10071
10140
|
male: string;
|
|
10072
10141
|
female: string;
|
|
10073
10142
|
billingAddress: string;
|
|
@@ -10240,6 +10309,7 @@ declare const _default: {
|
|
|
10240
10309
|
"upi.vpaWaitingMessage": string;
|
|
10241
10310
|
"upi.modeSelection": string;
|
|
10242
10311
|
"onlineBanking.termsAndConditions": string;
|
|
10312
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
10243
10313
|
"ctp.loading.poweredByCtp": string;
|
|
10244
10314
|
"ctp.loading.intro": string;
|
|
10245
10315
|
"ctp.login.title": string;
|
|
@@ -10355,6 +10425,7 @@ declare const _default: {
|
|
|
10355
10425
|
dateOfBirth: string;
|
|
10356
10426
|
shopperEmail: string;
|
|
10357
10427
|
gender: string;
|
|
10428
|
+
"gender.notselected": string;
|
|
10358
10429
|
male: string;
|
|
10359
10430
|
female: string;
|
|
10360
10431
|
billingAddress: string;
|
|
@@ -10529,6 +10600,7 @@ declare const _default: {
|
|
|
10529
10600
|
"upi.vpaWaitingMessage": string;
|
|
10530
10601
|
"upi.modeSelection": string;
|
|
10531
10602
|
"onlineBanking.termsAndConditions": string;
|
|
10603
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
10532
10604
|
"ctp.loading.poweredByCtp": string;
|
|
10533
10605
|
"ctp.loading.intro": string;
|
|
10534
10606
|
"ctp.login.title": string;
|
|
@@ -10642,6 +10714,7 @@ declare const _default: {
|
|
|
10642
10714
|
dateOfBirth: string;
|
|
10643
10715
|
shopperEmail: string;
|
|
10644
10716
|
gender: string;
|
|
10717
|
+
"gender.notselected": string;
|
|
10645
10718
|
male: string;
|
|
10646
10719
|
female: string;
|
|
10647
10720
|
billingAddress: string;
|
|
@@ -10816,6 +10889,7 @@ declare const _default: {
|
|
|
10816
10889
|
"upi.vpaWaitingMessage": string;
|
|
10817
10890
|
"upi.modeSelection": string;
|
|
10818
10891
|
"onlineBanking.termsAndConditions": string;
|
|
10892
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
10819
10893
|
"ctp.loading.poweredByCtp": string;
|
|
10820
10894
|
"ctp.loading.intro": string;
|
|
10821
10895
|
"ctp.login.title": string;
|
|
@@ -10931,6 +11005,7 @@ declare const _default: {
|
|
|
10931
11005
|
dateOfBirth: string;
|
|
10932
11006
|
shopperEmail: string;
|
|
10933
11007
|
gender: string;
|
|
11008
|
+
"gender.notselected": string;
|
|
10934
11009
|
male: string;
|
|
10935
11010
|
female: string;
|
|
10936
11011
|
billingAddress: string;
|
|
@@ -11103,6 +11178,7 @@ declare const _default: {
|
|
|
11103
11178
|
"upi.vpaWaitingMessage": string;
|
|
11104
11179
|
"upi.modeSelection": string;
|
|
11105
11180
|
"onlineBanking.termsAndConditions": string;
|
|
11181
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
11106
11182
|
"ctp.loading.poweredByCtp": string;
|
|
11107
11183
|
"ctp.loading.intro": string;
|
|
11108
11184
|
"ctp.login.title": string;
|
|
@@ -11216,6 +11292,7 @@ declare const _default: {
|
|
|
11216
11292
|
dateOfBirth: string;
|
|
11217
11293
|
shopperEmail: string;
|
|
11218
11294
|
gender: string;
|
|
11295
|
+
"gender.notselected": string;
|
|
11219
11296
|
male: string;
|
|
11220
11297
|
female: string;
|
|
11221
11298
|
billingAddress: string;
|
|
@@ -11388,6 +11465,7 @@ declare const _default: {
|
|
|
11388
11465
|
"upi.vpaWaitingMessage": string;
|
|
11389
11466
|
"upi.modeSelection": string;
|
|
11390
11467
|
"onlineBanking.termsAndConditions": string;
|
|
11468
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
11391
11469
|
"ctp.loading.poweredByCtp": string;
|
|
11392
11470
|
"ctp.loading.intro": string;
|
|
11393
11471
|
"ctp.login.title": string;
|
|
@@ -11503,6 +11581,7 @@ declare const _default: {
|
|
|
11503
11581
|
dateOfBirth: string;
|
|
11504
11582
|
shopperEmail: string;
|
|
11505
11583
|
gender: string;
|
|
11584
|
+
"gender.notselected": string;
|
|
11506
11585
|
male: string;
|
|
11507
11586
|
female: string;
|
|
11508
11587
|
billingAddress: string;
|
|
@@ -11672,6 +11751,7 @@ declare const _default: {
|
|
|
11672
11751
|
"upi.vpaWaitingMessage": string;
|
|
11673
11752
|
"upi.modeSelection": string;
|
|
11674
11753
|
"onlineBanking.termsAndConditions": string;
|
|
11754
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
11675
11755
|
"ctp.loading.poweredByCtp": string;
|
|
11676
11756
|
"ctp.loading.intro": string;
|
|
11677
11757
|
"ctp.login.title": string;
|
|
@@ -11785,6 +11865,7 @@ declare const _default: {
|
|
|
11785
11865
|
dateOfBirth: string;
|
|
11786
11866
|
shopperEmail: string;
|
|
11787
11867
|
gender: string;
|
|
11868
|
+
"gender.notselected": string;
|
|
11788
11869
|
male: string;
|
|
11789
11870
|
female: string;
|
|
11790
11871
|
billingAddress: string;
|
|
@@ -11954,6 +12035,7 @@ declare const _default: {
|
|
|
11954
12035
|
"upi.vpaWaitingMessage": string;
|
|
11955
12036
|
"upi.modeSelection": string;
|
|
11956
12037
|
"onlineBanking.termsAndConditions": string;
|
|
12038
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
11957
12039
|
"ctp.loading.poweredByCtp": string;
|
|
11958
12040
|
"ctp.loading.intro": string;
|
|
11959
12041
|
"ctp.login.title": string;
|
|
@@ -12069,6 +12151,7 @@ declare const _default: {
|
|
|
12069
12151
|
dateOfBirth: string;
|
|
12070
12152
|
shopperEmail: string;
|
|
12071
12153
|
gender: string;
|
|
12154
|
+
"gender.notselected": string;
|
|
12072
12155
|
male: string;
|
|
12073
12156
|
female: string;
|
|
12074
12157
|
billingAddress: string;
|
|
@@ -12241,6 +12324,7 @@ declare const _default: {
|
|
|
12241
12324
|
"upi.vpaWaitingMessage": string;
|
|
12242
12325
|
"upi.modeSelection": string;
|
|
12243
12326
|
"onlineBanking.termsAndConditions": string;
|
|
12327
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
12244
12328
|
"ctp.loading.poweredByCtp": string;
|
|
12245
12329
|
"ctp.loading.intro": string;
|
|
12246
12330
|
"ctp.login.title": string;
|
|
@@ -12354,6 +12438,7 @@ declare const _default: {
|
|
|
12354
12438
|
dateOfBirth: string;
|
|
12355
12439
|
shopperEmail: string;
|
|
12356
12440
|
gender: string;
|
|
12441
|
+
"gender.notselected": string;
|
|
12357
12442
|
male: string;
|
|
12358
12443
|
female: string;
|
|
12359
12444
|
billingAddress: string;
|
|
@@ -12526,6 +12611,7 @@ declare const _default: {
|
|
|
12526
12611
|
"upi.vpaWaitingMessage": string;
|
|
12527
12612
|
"upi.modeSelection": string;
|
|
12528
12613
|
"onlineBanking.termsAndConditions": string;
|
|
12614
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
12529
12615
|
"ctp.loading.poweredByCtp": string;
|
|
12530
12616
|
"ctp.loading.intro": string;
|
|
12531
12617
|
"ctp.login.title": string;
|
|
@@ -12641,6 +12727,7 @@ declare const _default: {
|
|
|
12641
12727
|
dateOfBirth: string;
|
|
12642
12728
|
shopperEmail: string;
|
|
12643
12729
|
gender: string;
|
|
12730
|
+
"gender.notselected": string;
|
|
12644
12731
|
male: string;
|
|
12645
12732
|
female: string;
|
|
12646
12733
|
billingAddress: string;
|
|
@@ -12813,6 +12900,7 @@ declare const _default: {
|
|
|
12813
12900
|
"upi.vpaWaitingMessage": string;
|
|
12814
12901
|
"upi.modeSelection": string;
|
|
12815
12902
|
"onlineBanking.termsAndConditions": string;
|
|
12903
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
12816
12904
|
"ctp.loading.poweredByCtp": string;
|
|
12817
12905
|
"ctp.loading.intro": string;
|
|
12818
12906
|
"ctp.login.title": string;
|
|
@@ -12926,6 +13014,7 @@ declare const _default: {
|
|
|
12926
13014
|
dateOfBirth: string;
|
|
12927
13015
|
shopperEmail: string;
|
|
12928
13016
|
gender: string;
|
|
13017
|
+
"gender.notselected": string;
|
|
12929
13018
|
male: string;
|
|
12930
13019
|
female: string;
|
|
12931
13020
|
billingAddress: string;
|
|
@@ -13098,6 +13187,7 @@ declare const _default: {
|
|
|
13098
13187
|
"upi.vpaWaitingMessage": string;
|
|
13099
13188
|
"upi.modeSelection": string;
|
|
13100
13189
|
"onlineBanking.termsAndConditions": string;
|
|
13190
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
13101
13191
|
"ctp.loading.poweredByCtp": string;
|
|
13102
13192
|
"ctp.loading.intro": string;
|
|
13103
13193
|
"ctp.login.title": string;
|
|
@@ -13213,6 +13303,7 @@ declare const _default: {
|
|
|
13213
13303
|
dateOfBirth: string;
|
|
13214
13304
|
shopperEmail: string;
|
|
13215
13305
|
gender: string;
|
|
13306
|
+
"gender.notselected": string;
|
|
13216
13307
|
male: string;
|
|
13217
13308
|
female: string;
|
|
13218
13309
|
billingAddress: string;
|
|
@@ -13385,6 +13476,7 @@ declare const _default: {
|
|
|
13385
13476
|
"upi.vpaWaitingMessage": string;
|
|
13386
13477
|
"upi.modeSelection": string;
|
|
13387
13478
|
"onlineBanking.termsAndConditions": string;
|
|
13479
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
13388
13480
|
"ctp.loading.poweredByCtp": string;
|
|
13389
13481
|
"ctp.loading.intro": string;
|
|
13390
13482
|
"ctp.login.title": string;
|
|
@@ -13498,6 +13590,7 @@ declare const _default: {
|
|
|
13498
13590
|
dateOfBirth: string;
|
|
13499
13591
|
shopperEmail: string;
|
|
13500
13592
|
gender: string;
|
|
13593
|
+
"gender.notselected": string;
|
|
13501
13594
|
male: string;
|
|
13502
13595
|
female: string;
|
|
13503
13596
|
billingAddress: string;
|
|
@@ -13670,6 +13763,7 @@ declare const _default: {
|
|
|
13670
13763
|
"upi.vpaWaitingMessage": string;
|
|
13671
13764
|
"upi.modeSelection": string;
|
|
13672
13765
|
"onlineBanking.termsAndConditions": string;
|
|
13766
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
13673
13767
|
"ctp.loading.poweredByCtp": string;
|
|
13674
13768
|
"ctp.loading.intro": string;
|
|
13675
13769
|
"ctp.login.title": string;
|
|
@@ -13785,6 +13879,7 @@ declare const _default: {
|
|
|
13785
13879
|
dateOfBirth: string;
|
|
13786
13880
|
shopperEmail: string;
|
|
13787
13881
|
gender: string;
|
|
13882
|
+
"gender.notselected": string;
|
|
13788
13883
|
male: string;
|
|
13789
13884
|
female: string;
|
|
13790
13885
|
billingAddress: string;
|
|
@@ -13956,6 +14051,7 @@ declare const _default: {
|
|
|
13956
14051
|
"upi.vpaWaitingMessage": string;
|
|
13957
14052
|
"upi.modeSelection": string;
|
|
13958
14053
|
"onlineBanking.termsAndConditions": string;
|
|
14054
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
13959
14055
|
"ctp.loading.poweredByCtp": string;
|
|
13960
14056
|
"ctp.loading.intro": string;
|
|
13961
14057
|
"ctp.login.title": string;
|
|
@@ -14069,6 +14165,7 @@ declare const _default: {
|
|
|
14069
14165
|
dateOfBirth: string;
|
|
14070
14166
|
shopperEmail: string;
|
|
14071
14167
|
gender: string;
|
|
14168
|
+
"gender.notselected": string;
|
|
14072
14169
|
male: string;
|
|
14073
14170
|
female: string;
|
|
14074
14171
|
billingAddress: string;
|
|
@@ -14240,6 +14337,7 @@ declare const _default: {
|
|
|
14240
14337
|
"upi.vpaWaitingMessage": string;
|
|
14241
14338
|
"upi.modeSelection": string;
|
|
14242
14339
|
"onlineBanking.termsAndConditions": string;
|
|
14340
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
14243
14341
|
"ctp.loading.poweredByCtp": string;
|
|
14244
14342
|
"ctp.loading.intro": string;
|
|
14245
14343
|
"ctp.login.title": string;
|
|
@@ -14355,6 +14453,7 @@ declare const _default: {
|
|
|
14355
14453
|
dateOfBirth: string;
|
|
14356
14454
|
shopperEmail: string;
|
|
14357
14455
|
gender: string;
|
|
14456
|
+
"gender.notselected": string;
|
|
14358
14457
|
male: string;
|
|
14359
14458
|
female: string;
|
|
14360
14459
|
billingAddress: string;
|
|
@@ -14527,6 +14626,7 @@ declare const _default: {
|
|
|
14527
14626
|
"upi.vpaWaitingMessage": string;
|
|
14528
14627
|
"upi.modeSelection": string;
|
|
14529
14628
|
"onlineBanking.termsAndConditions": string;
|
|
14629
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
14530
14630
|
"ctp.loading.poweredByCtp": string;
|
|
14531
14631
|
"ctp.loading.intro": string;
|
|
14532
14632
|
"ctp.login.title": string;
|
|
@@ -14640,6 +14740,7 @@ declare const _default: {
|
|
|
14640
14740
|
dateOfBirth: string;
|
|
14641
14741
|
shopperEmail: string;
|
|
14642
14742
|
gender: string;
|
|
14743
|
+
"gender.notselected": string;
|
|
14643
14744
|
male: string;
|
|
14644
14745
|
female: string;
|
|
14645
14746
|
billingAddress: string;
|
|
@@ -14812,6 +14913,7 @@ declare const _default: {
|
|
|
14812
14913
|
"upi.vpaWaitingMessage": string;
|
|
14813
14914
|
"upi.modeSelection": string;
|
|
14814
14915
|
"onlineBanking.termsAndConditions": string;
|
|
14916
|
+
"onlineBankingPL.termsAndConditions": string;
|
|
14815
14917
|
"ctp.loading.poweredByCtp": string;
|
|
14816
14918
|
"ctp.loading.intro": string;
|
|
14817
14919
|
"ctp.login.title": string;
|