@adyen/adyen-web 5.28.2 → 5.29.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/README.md +4 -2
- package/dist/adyen.css +7 -6
- 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 +7 -6
- package/dist/cjs/adyen.css.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/adyen.css +7 -6
- 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 +7 -6
- 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/AmazonPay/AmazonPay.d.ts +1 -16
- package/dist/types/components/AmazonPay/defaultProps.d.ts +3 -17
- package/dist/types/components/AmazonPay/types.d.ts +1 -2
- package/dist/types/components/AmazonPay/utils.d.ts +2 -2
- package/dist/types/components/Blik/Blik.d.ts +5 -0
- package/dist/types/components/Card/components/ClickToPay/components/CtPCards/CtPCardsList/CtPCardsList.d.ts +1 -0
- package/dist/types/components/Card/components/ClickToPay/context/ClickToPayContext.d.ts +2 -2
- package/dist/types/components/Card/components/ClickToPay/context/useClickToPayContext.d.ts +2 -2
- package/dist/types/components/Card/components/ClickToPay/models/ShopperCard.d.ts +4 -0
- package/dist/types/components/Card/components/ClickToPay/services/sdks/SrciError.d.ts +2 -1
- package/dist/types/components/Card/components/ClickToPay/services/sdks/config.d.ts +5 -2
- package/dist/types/components/Card/components/ClickToPay/services/sdks/types.d.ts +2 -0
- package/dist/types/components/Card/components/ClickToPay/services/types.d.ts +6 -3
- package/dist/types/components/Card/components/ClickToPay/services/utils.d.ts +3 -0
- package/dist/types/components/Dropin/Dropin.d.ts +6 -0
- package/dist/types/components/Giftcard/Giftcard.d.ts +2 -2
- package/dist/types/components/PayNow/PayNow.d.ts +46 -0
- package/dist/types/components/PayNow/config.d.ts +7 -0
- package/dist/types/components/PayNow/index.d.ts +1 -0
- package/dist/types/components/PromptPay/PromptPay.d.ts +46 -0
- package/dist/types/components/PromptPay/config.d.ts +7 -0
- package/dist/types/components/PromptPay/index.d.ts +1 -0
- package/dist/types/components/ThreeDS2/ThreeDS2Challenge.d.ts +1 -0
- package/dist/types/components/ThreeDS2/components/Challenge/PrepareChallenge3DS2.d.ts +1 -0
- package/dist/types/components/ThreeDS2/components/Challenge/types.d.ts +1 -0
- package/dist/types/components/UIElement.d.ts +15 -6
- package/dist/types/components/index.d.ts +4 -0
- package/dist/types/components/internal/FormFields/Select/Select.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/components/SelectListItem.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts +1 -4
- package/dist/types/core/types.d.ts +2 -1
- package/dist/types/language/config.d.ts +1 -0
- package/dist/types/language/locales/index.d.ts +1727 -25
- package/dist/types/types/index.d.ts +2 -2
- package/dist/types/utils/Script.d.ts +8 -3
- package/package.json +8 -4
|
@@ -3,6 +3,7 @@ declare const _default: {
|
|
|
3
3
|
default: {
|
|
4
4
|
payButton: string;
|
|
5
5
|
"payButton.redirecting": string;
|
|
6
|
+
"payButton.with": string;
|
|
6
7
|
storeDetails: string;
|
|
7
8
|
"creditCard.holderName": string;
|
|
8
9
|
"creditCard.holderName.placeholder": string;
|
|
@@ -234,9 +235,43 @@ declare const _default: {
|
|
|
234
235
|
"upi.vpaWaitingMessage": string;
|
|
235
236
|
"upi.modeSelection": string;
|
|
236
237
|
"onlineBanking.termsAndConditions": string;
|
|
238
|
+
"ctp.loading.poweredByCtp": string;
|
|
239
|
+
"ctp.loading.intro": string;
|
|
240
|
+
"ctp.login.title": string;
|
|
241
|
+
"ctp.login.subtitle": string;
|
|
242
|
+
"ctp.login.inputLabel": string;
|
|
243
|
+
"ctp.logout.notYou": string;
|
|
244
|
+
"ctp.logout.notYouCards": string;
|
|
245
|
+
"ctp.otp.fieldLabel": string;
|
|
246
|
+
"ctp.otp.resendCode": string;
|
|
247
|
+
"ctp.otp.codeResent": string;
|
|
248
|
+
"ctp.otp.title": string;
|
|
249
|
+
"ctp.otp.subtitle": string;
|
|
250
|
+
"ctp.emptyCardsView.title": string;
|
|
251
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
252
|
+
"ctp.emptyCardsView.button": string;
|
|
253
|
+
"ctp.separatorText": string;
|
|
254
|
+
"ctp.cards.title": string;
|
|
255
|
+
"ctp.cards.subtitle": string;
|
|
256
|
+
"ctp.cards.cardSelector": string;
|
|
257
|
+
"ctp.cards.expiredCard": string;
|
|
258
|
+
"ctp.manualCardEntry": string;
|
|
259
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
260
|
+
"ctp.errors.NOT_FOUND": string;
|
|
261
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
262
|
+
"ctp.errors.FRAUD": string;
|
|
263
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
264
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
265
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
266
|
+
"ctp.errors.CODE_INVALID": string;
|
|
267
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
268
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
269
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
270
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
237
271
|
};
|
|
238
272
|
payButton: string;
|
|
239
273
|
"payButton.redirecting": string;
|
|
274
|
+
"payButton.with": string;
|
|
240
275
|
storeDetails: string;
|
|
241
276
|
"creditCard.holderName": string;
|
|
242
277
|
"creditCard.holderName.placeholder": string;
|
|
@@ -468,11 +503,45 @@ declare const _default: {
|
|
|
468
503
|
"upi.vpaWaitingMessage": string;
|
|
469
504
|
"upi.modeSelection": string;
|
|
470
505
|
"onlineBanking.termsAndConditions": string;
|
|
506
|
+
"ctp.loading.poweredByCtp": string;
|
|
507
|
+
"ctp.loading.intro": string;
|
|
508
|
+
"ctp.login.title": string;
|
|
509
|
+
"ctp.login.subtitle": string;
|
|
510
|
+
"ctp.login.inputLabel": string;
|
|
511
|
+
"ctp.logout.notYou": string;
|
|
512
|
+
"ctp.logout.notYouCards": string;
|
|
513
|
+
"ctp.otp.fieldLabel": string;
|
|
514
|
+
"ctp.otp.resendCode": string;
|
|
515
|
+
"ctp.otp.codeResent": string;
|
|
516
|
+
"ctp.otp.title": string;
|
|
517
|
+
"ctp.otp.subtitle": string;
|
|
518
|
+
"ctp.emptyCardsView.title": string;
|
|
519
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
520
|
+
"ctp.emptyCardsView.button": string;
|
|
521
|
+
"ctp.separatorText": string;
|
|
522
|
+
"ctp.cards.title": string;
|
|
523
|
+
"ctp.cards.subtitle": string;
|
|
524
|
+
"ctp.cards.cardSelector": string;
|
|
525
|
+
"ctp.cards.expiredCard": string;
|
|
526
|
+
"ctp.manualCardEntry": string;
|
|
527
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
528
|
+
"ctp.errors.NOT_FOUND": string;
|
|
529
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
530
|
+
"ctp.errors.FRAUD": string;
|
|
531
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
532
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
533
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
534
|
+
"ctp.errors.CODE_INVALID": string;
|
|
535
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
536
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
537
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
538
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
471
539
|
}>;
|
|
472
540
|
'cs-CZ': () => Promise<{
|
|
473
541
|
default: {
|
|
474
542
|
payButton: string;
|
|
475
543
|
"payButton.redirecting": string;
|
|
544
|
+
"payButton.with": string;
|
|
476
545
|
storeDetails: string;
|
|
477
546
|
"creditCard.holderName": string;
|
|
478
547
|
"creditCard.holderName.placeholder": string;
|
|
@@ -703,9 +772,43 @@ declare const _default: {
|
|
|
703
772
|
"upi.vpaWaitingMessage": string;
|
|
704
773
|
"upi.modeSelection": string;
|
|
705
774
|
"onlineBanking.termsAndConditions": string;
|
|
775
|
+
"ctp.loading.poweredByCtp": string;
|
|
776
|
+
"ctp.loading.intro": string;
|
|
777
|
+
"ctp.login.title": string;
|
|
778
|
+
"ctp.login.subtitle": string;
|
|
779
|
+
"ctp.login.inputLabel": string;
|
|
780
|
+
"ctp.logout.notYou": string;
|
|
781
|
+
"ctp.logout.notYouCards": string;
|
|
782
|
+
"ctp.otp.fieldLabel": string;
|
|
783
|
+
"ctp.otp.resendCode": string;
|
|
784
|
+
"ctp.otp.codeResent": string;
|
|
785
|
+
"ctp.otp.title": string;
|
|
786
|
+
"ctp.otp.subtitle": string;
|
|
787
|
+
"ctp.emptyCardsView.title": string;
|
|
788
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
789
|
+
"ctp.emptyCardsView.button": string;
|
|
790
|
+
"ctp.separatorText": string;
|
|
791
|
+
"ctp.cards.title": string;
|
|
792
|
+
"ctp.cards.subtitle": string;
|
|
793
|
+
"ctp.cards.cardSelector": string;
|
|
794
|
+
"ctp.cards.expiredCard": string;
|
|
795
|
+
"ctp.manualCardEntry": string;
|
|
796
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
797
|
+
"ctp.errors.NOT_FOUND": string;
|
|
798
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
799
|
+
"ctp.errors.FRAUD": string;
|
|
800
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
801
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
802
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
803
|
+
"ctp.errors.CODE_INVALID": string;
|
|
804
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
805
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
806
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
807
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
706
808
|
};
|
|
707
809
|
payButton: string;
|
|
708
810
|
"payButton.redirecting": string;
|
|
811
|
+
"payButton.with": string;
|
|
709
812
|
storeDetails: string;
|
|
710
813
|
"creditCard.holderName": string;
|
|
711
814
|
"creditCard.holderName.placeholder": string;
|
|
@@ -936,11 +1039,45 @@ declare const _default: {
|
|
|
936
1039
|
"upi.vpaWaitingMessage": string;
|
|
937
1040
|
"upi.modeSelection": string;
|
|
938
1041
|
"onlineBanking.termsAndConditions": string;
|
|
1042
|
+
"ctp.loading.poweredByCtp": string;
|
|
1043
|
+
"ctp.loading.intro": string;
|
|
1044
|
+
"ctp.login.title": string;
|
|
1045
|
+
"ctp.login.subtitle": string;
|
|
1046
|
+
"ctp.login.inputLabel": string;
|
|
1047
|
+
"ctp.logout.notYou": string;
|
|
1048
|
+
"ctp.logout.notYouCards": string;
|
|
1049
|
+
"ctp.otp.fieldLabel": string;
|
|
1050
|
+
"ctp.otp.resendCode": string;
|
|
1051
|
+
"ctp.otp.codeResent": string;
|
|
1052
|
+
"ctp.otp.title": string;
|
|
1053
|
+
"ctp.otp.subtitle": string;
|
|
1054
|
+
"ctp.emptyCardsView.title": string;
|
|
1055
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
1056
|
+
"ctp.emptyCardsView.button": string;
|
|
1057
|
+
"ctp.separatorText": string;
|
|
1058
|
+
"ctp.cards.title": string;
|
|
1059
|
+
"ctp.cards.subtitle": string;
|
|
1060
|
+
"ctp.cards.cardSelector": string;
|
|
1061
|
+
"ctp.cards.expiredCard": string;
|
|
1062
|
+
"ctp.manualCardEntry": string;
|
|
1063
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
1064
|
+
"ctp.errors.NOT_FOUND": string;
|
|
1065
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1066
|
+
"ctp.errors.FRAUD": string;
|
|
1067
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1068
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1069
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1070
|
+
"ctp.errors.CODE_INVALID": string;
|
|
1071
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
1072
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
1073
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1074
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
939
1075
|
}>;
|
|
940
1076
|
'da-DK': () => Promise<{
|
|
941
1077
|
default: {
|
|
942
1078
|
payButton: string;
|
|
943
1079
|
"payButton.redirecting": string;
|
|
1080
|
+
"payButton.with": string;
|
|
944
1081
|
storeDetails: string;
|
|
945
1082
|
"creditCard.holderName": string;
|
|
946
1083
|
"creditCard.holderName.placeholder": string;
|
|
@@ -1172,9 +1309,43 @@ declare const _default: {
|
|
|
1172
1309
|
"upi.vpaWaitingMessage": string;
|
|
1173
1310
|
"upi.modeSelection": string;
|
|
1174
1311
|
"onlineBanking.termsAndConditions": string;
|
|
1312
|
+
"ctp.loading.poweredByCtp": string;
|
|
1313
|
+
"ctp.loading.intro": string;
|
|
1314
|
+
"ctp.login.title": string;
|
|
1315
|
+
"ctp.login.subtitle": string;
|
|
1316
|
+
"ctp.login.inputLabel": string;
|
|
1317
|
+
"ctp.logout.notYou": string;
|
|
1318
|
+
"ctp.logout.notYouCards": string;
|
|
1319
|
+
"ctp.otp.fieldLabel": string;
|
|
1320
|
+
"ctp.otp.resendCode": string;
|
|
1321
|
+
"ctp.otp.codeResent": string;
|
|
1322
|
+
"ctp.otp.title": string;
|
|
1323
|
+
"ctp.otp.subtitle": string;
|
|
1324
|
+
"ctp.emptyCardsView.title": string;
|
|
1325
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
1326
|
+
"ctp.emptyCardsView.button": string;
|
|
1327
|
+
"ctp.separatorText": string;
|
|
1328
|
+
"ctp.cards.title": string;
|
|
1329
|
+
"ctp.cards.subtitle": string;
|
|
1330
|
+
"ctp.cards.cardSelector": string;
|
|
1331
|
+
"ctp.cards.expiredCard": string;
|
|
1332
|
+
"ctp.manualCardEntry": string;
|
|
1333
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
1334
|
+
"ctp.errors.NOT_FOUND": string;
|
|
1335
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1336
|
+
"ctp.errors.FRAUD": string;
|
|
1337
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1338
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1339
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1340
|
+
"ctp.errors.CODE_INVALID": string;
|
|
1341
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
1342
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
1343
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1344
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
1175
1345
|
};
|
|
1176
1346
|
payButton: string;
|
|
1177
1347
|
"payButton.redirecting": string;
|
|
1348
|
+
"payButton.with": string;
|
|
1178
1349
|
storeDetails: string;
|
|
1179
1350
|
"creditCard.holderName": string;
|
|
1180
1351
|
"creditCard.holderName.placeholder": string;
|
|
@@ -1406,11 +1577,45 @@ declare const _default: {
|
|
|
1406
1577
|
"upi.vpaWaitingMessage": string;
|
|
1407
1578
|
"upi.modeSelection": string;
|
|
1408
1579
|
"onlineBanking.termsAndConditions": string;
|
|
1580
|
+
"ctp.loading.poweredByCtp": string;
|
|
1581
|
+
"ctp.loading.intro": string;
|
|
1582
|
+
"ctp.login.title": string;
|
|
1583
|
+
"ctp.login.subtitle": string;
|
|
1584
|
+
"ctp.login.inputLabel": string;
|
|
1585
|
+
"ctp.logout.notYou": string;
|
|
1586
|
+
"ctp.logout.notYouCards": string;
|
|
1587
|
+
"ctp.otp.fieldLabel": string;
|
|
1588
|
+
"ctp.otp.resendCode": string;
|
|
1589
|
+
"ctp.otp.codeResent": string;
|
|
1590
|
+
"ctp.otp.title": string;
|
|
1591
|
+
"ctp.otp.subtitle": string;
|
|
1592
|
+
"ctp.emptyCardsView.title": string;
|
|
1593
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
1594
|
+
"ctp.emptyCardsView.button": string;
|
|
1595
|
+
"ctp.separatorText": string;
|
|
1596
|
+
"ctp.cards.title": string;
|
|
1597
|
+
"ctp.cards.subtitle": string;
|
|
1598
|
+
"ctp.cards.cardSelector": string;
|
|
1599
|
+
"ctp.cards.expiredCard": string;
|
|
1600
|
+
"ctp.manualCardEntry": string;
|
|
1601
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
1602
|
+
"ctp.errors.NOT_FOUND": string;
|
|
1603
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1604
|
+
"ctp.errors.FRAUD": string;
|
|
1605
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1606
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1607
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1608
|
+
"ctp.errors.CODE_INVALID": string;
|
|
1609
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
1610
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
1611
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1612
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
1409
1613
|
}>;
|
|
1410
1614
|
'de-DE': () => Promise<{
|
|
1411
1615
|
default: {
|
|
1412
1616
|
payButton: string;
|
|
1413
1617
|
"payButton.redirecting": string;
|
|
1618
|
+
"payButton.with": string;
|
|
1414
1619
|
storeDetails: string;
|
|
1415
1620
|
"creditCard.holderName": string;
|
|
1416
1621
|
"creditCard.holderName.placeholder": string;
|
|
@@ -1641,9 +1846,43 @@ declare const _default: {
|
|
|
1641
1846
|
"upi.vpaWaitingMessage": string;
|
|
1642
1847
|
"upi.modeSelection": string;
|
|
1643
1848
|
"onlineBanking.termsAndConditions": string;
|
|
1849
|
+
"ctp.loading.poweredByCtp": string;
|
|
1850
|
+
"ctp.loading.intro": string;
|
|
1851
|
+
"ctp.login.title": string;
|
|
1852
|
+
"ctp.login.subtitle": string;
|
|
1853
|
+
"ctp.login.inputLabel": string;
|
|
1854
|
+
"ctp.logout.notYou": string;
|
|
1855
|
+
"ctp.logout.notYouCards": string;
|
|
1856
|
+
"ctp.otp.fieldLabel": string;
|
|
1857
|
+
"ctp.otp.resendCode": string;
|
|
1858
|
+
"ctp.otp.codeResent": string;
|
|
1859
|
+
"ctp.otp.title": string;
|
|
1860
|
+
"ctp.otp.subtitle": string;
|
|
1861
|
+
"ctp.emptyCardsView.title": string;
|
|
1862
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
1863
|
+
"ctp.emptyCardsView.button": string;
|
|
1864
|
+
"ctp.separatorText": string;
|
|
1865
|
+
"ctp.cards.title": string;
|
|
1866
|
+
"ctp.cards.subtitle": string;
|
|
1867
|
+
"ctp.cards.cardSelector": string;
|
|
1868
|
+
"ctp.cards.expiredCard": string;
|
|
1869
|
+
"ctp.manualCardEntry": string;
|
|
1870
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
1871
|
+
"ctp.errors.NOT_FOUND": string;
|
|
1872
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
1873
|
+
"ctp.errors.FRAUD": string;
|
|
1874
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
1875
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
1876
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
1877
|
+
"ctp.errors.CODE_INVALID": string;
|
|
1878
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
1879
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
1880
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
1881
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
1644
1882
|
};
|
|
1645
1883
|
payButton: string;
|
|
1646
1884
|
"payButton.redirecting": string;
|
|
1885
|
+
"payButton.with": string;
|
|
1647
1886
|
storeDetails: string;
|
|
1648
1887
|
"creditCard.holderName": string;
|
|
1649
1888
|
"creditCard.holderName.placeholder": string;
|
|
@@ -1874,30 +2113,64 @@ declare const _default: {
|
|
|
1874
2113
|
"upi.vpaWaitingMessage": string;
|
|
1875
2114
|
"upi.modeSelection": string;
|
|
1876
2115
|
"onlineBanking.termsAndConditions": string;
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
2116
|
+
"ctp.loading.poweredByCtp": string;
|
|
2117
|
+
"ctp.loading.intro": string;
|
|
2118
|
+
"ctp.login.title": string;
|
|
2119
|
+
"ctp.login.subtitle": string;
|
|
2120
|
+
"ctp.login.inputLabel": string;
|
|
2121
|
+
"ctp.logout.notYou": string;
|
|
2122
|
+
"ctp.logout.notYouCards": string;
|
|
2123
|
+
"ctp.otp.fieldLabel": string;
|
|
2124
|
+
"ctp.otp.resendCode": string;
|
|
2125
|
+
"ctp.otp.codeResent": string;
|
|
2126
|
+
"ctp.otp.title": string;
|
|
2127
|
+
"ctp.otp.subtitle": string;
|
|
2128
|
+
"ctp.emptyCardsView.title": string;
|
|
2129
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
2130
|
+
"ctp.emptyCardsView.button": string;
|
|
2131
|
+
"ctp.separatorText": string;
|
|
2132
|
+
"ctp.cards.title": string;
|
|
2133
|
+
"ctp.cards.subtitle": string;
|
|
2134
|
+
"ctp.cards.cardSelector": string;
|
|
2135
|
+
"ctp.cards.expiredCard": string;
|
|
2136
|
+
"ctp.manualCardEntry": string;
|
|
2137
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
2138
|
+
"ctp.errors.NOT_FOUND": string;
|
|
2139
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2140
|
+
"ctp.errors.FRAUD": string;
|
|
2141
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2142
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2143
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2144
|
+
"ctp.errors.CODE_INVALID": string;
|
|
2145
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
2146
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
2147
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2148
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
2149
|
+
}>;
|
|
2150
|
+
'el-GR': () => Promise<{
|
|
2151
|
+
default: {
|
|
2152
|
+
payButton: string;
|
|
2153
|
+
"payButton.redirecting": string;
|
|
2154
|
+
"payButton.with": string;
|
|
2155
|
+
storeDetails: string;
|
|
2156
|
+
"creditCard.holderName": string;
|
|
2157
|
+
"creditCard.holderName.placeholder": string;
|
|
2158
|
+
"creditCard.holderName.invalid": string;
|
|
2159
|
+
"creditCard.numberField.title": string;
|
|
2160
|
+
"creditCard.numberField.placeholder": string;
|
|
2161
|
+
"creditCard.expiryDateField.title": string;
|
|
2162
|
+
"creditCard.expiryDateField.placeholder": string;
|
|
2163
|
+
"creditCard.expiryDateField.month": string;
|
|
2164
|
+
"creditCard.expiryDateField.month.placeholder": string;
|
|
2165
|
+
"creditCard.expiryDateField.year.placeholder": string;
|
|
2166
|
+
"creditCard.expiryDateField.year": string;
|
|
2167
|
+
"creditCard.cvcField.title": string;
|
|
2168
|
+
"creditCard.cvcField.placeholder": string;
|
|
2169
|
+
"creditCard.storeDetailsButton": string;
|
|
2170
|
+
"creditCard.cvcField.placeholder.4digits": string;
|
|
2171
|
+
"creditCard.cvcField.placeholder.3digits": string;
|
|
2172
|
+
"creditCard.taxNumber.placeholder": string;
|
|
2173
|
+
installments: string;
|
|
1901
2174
|
installmentOption: string;
|
|
1902
2175
|
installmentOptionMonths: string;
|
|
1903
2176
|
"installments.oneTime": string;
|
|
@@ -2109,9 +2382,43 @@ declare const _default: {
|
|
|
2109
2382
|
"upi.vpaWaitingMessage": string;
|
|
2110
2383
|
"upi.modeSelection": string;
|
|
2111
2384
|
"onlineBanking.termsAndConditions": string;
|
|
2385
|
+
"ctp.loading.poweredByCtp": string;
|
|
2386
|
+
"ctp.loading.intro": string;
|
|
2387
|
+
"ctp.login.title": string;
|
|
2388
|
+
"ctp.login.subtitle": string;
|
|
2389
|
+
"ctp.login.inputLabel": string;
|
|
2390
|
+
"ctp.logout.notYou": string;
|
|
2391
|
+
"ctp.logout.notYouCards": string;
|
|
2392
|
+
"ctp.otp.fieldLabel": string;
|
|
2393
|
+
"ctp.otp.resendCode": string;
|
|
2394
|
+
"ctp.otp.codeResent": string;
|
|
2395
|
+
"ctp.otp.title": string;
|
|
2396
|
+
"ctp.otp.subtitle": string;
|
|
2397
|
+
"ctp.emptyCardsView.title": string;
|
|
2398
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
2399
|
+
"ctp.emptyCardsView.button": string;
|
|
2400
|
+
"ctp.separatorText": string;
|
|
2401
|
+
"ctp.cards.title": string;
|
|
2402
|
+
"ctp.cards.subtitle": string;
|
|
2403
|
+
"ctp.cards.cardSelector": string;
|
|
2404
|
+
"ctp.cards.expiredCard": string;
|
|
2405
|
+
"ctp.manualCardEntry": string;
|
|
2406
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
2407
|
+
"ctp.errors.NOT_FOUND": string;
|
|
2408
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2409
|
+
"ctp.errors.FRAUD": string;
|
|
2410
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2411
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2412
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2413
|
+
"ctp.errors.CODE_INVALID": string;
|
|
2414
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
2415
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
2416
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2417
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
2112
2418
|
};
|
|
2113
2419
|
payButton: string;
|
|
2114
2420
|
"payButton.redirecting": string;
|
|
2421
|
+
"payButton.with": string;
|
|
2115
2422
|
storeDetails: string;
|
|
2116
2423
|
"creditCard.holderName": string;
|
|
2117
2424
|
"creditCard.holderName.placeholder": string;
|
|
@@ -2342,6 +2649,39 @@ declare const _default: {
|
|
|
2342
2649
|
"upi.vpaWaitingMessage": string;
|
|
2343
2650
|
"upi.modeSelection": string;
|
|
2344
2651
|
"onlineBanking.termsAndConditions": string;
|
|
2652
|
+
"ctp.loading.poweredByCtp": string;
|
|
2653
|
+
"ctp.loading.intro": string;
|
|
2654
|
+
"ctp.login.title": string;
|
|
2655
|
+
"ctp.login.subtitle": string;
|
|
2656
|
+
"ctp.login.inputLabel": string;
|
|
2657
|
+
"ctp.logout.notYou": string;
|
|
2658
|
+
"ctp.logout.notYouCards": string;
|
|
2659
|
+
"ctp.otp.fieldLabel": string;
|
|
2660
|
+
"ctp.otp.resendCode": string;
|
|
2661
|
+
"ctp.otp.codeResent": string;
|
|
2662
|
+
"ctp.otp.title": string;
|
|
2663
|
+
"ctp.otp.subtitle": string;
|
|
2664
|
+
"ctp.emptyCardsView.title": string;
|
|
2665
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
2666
|
+
"ctp.emptyCardsView.button": string;
|
|
2667
|
+
"ctp.separatorText": string;
|
|
2668
|
+
"ctp.cards.title": string;
|
|
2669
|
+
"ctp.cards.subtitle": string;
|
|
2670
|
+
"ctp.cards.cardSelector": string;
|
|
2671
|
+
"ctp.cards.expiredCard": string;
|
|
2672
|
+
"ctp.manualCardEntry": string;
|
|
2673
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
2674
|
+
"ctp.errors.NOT_FOUND": string;
|
|
2675
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
2676
|
+
"ctp.errors.FRAUD": string;
|
|
2677
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
2678
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
2679
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
2680
|
+
"ctp.errors.CODE_INVALID": string;
|
|
2681
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
2682
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
2683
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
2684
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
2345
2685
|
}>;
|
|
2346
2686
|
'en-US': () => Promise<{
|
|
2347
2687
|
default: {
|
|
@@ -2599,6 +2939,7 @@ declare const _default: {
|
|
|
2599
2939
|
"ctp.cards.title": string;
|
|
2600
2940
|
"ctp.cards.subtitle": string;
|
|
2601
2941
|
"ctp.cards.cardSelector": string;
|
|
2942
|
+
"ctp.cards.expiredCard": string;
|
|
2602
2943
|
"ctp.manualCardEntry": string;
|
|
2603
2944
|
"ctp.errors.AUTH_INVALID": string;
|
|
2604
2945
|
"ctp.errors.NOT_FOUND": string;
|
|
@@ -2867,6 +3208,7 @@ declare const _default: {
|
|
|
2867
3208
|
"ctp.cards.title": string;
|
|
2868
3209
|
"ctp.cards.subtitle": string;
|
|
2869
3210
|
"ctp.cards.cardSelector": string;
|
|
3211
|
+
"ctp.cards.expiredCard": string;
|
|
2870
3212
|
"ctp.manualCardEntry": string;
|
|
2871
3213
|
"ctp.errors.AUTH_INVALID": string;
|
|
2872
3214
|
"ctp.errors.NOT_FOUND": string;
|
|
@@ -2885,6 +3227,7 @@ declare const _default: {
|
|
|
2885
3227
|
default: {
|
|
2886
3228
|
payButton: string;
|
|
2887
3229
|
"payButton.redirecting": string;
|
|
3230
|
+
"payButton.with": string;
|
|
2888
3231
|
storeDetails: string;
|
|
2889
3232
|
"creditCard.holderName": string;
|
|
2890
3233
|
"creditCard.holderName.placeholder": string;
|
|
@@ -3110,9 +3453,43 @@ declare const _default: {
|
|
|
3110
3453
|
"upi.vpaWaitingMessage": string;
|
|
3111
3454
|
"upi.modeSelection": string;
|
|
3112
3455
|
"onlineBanking.termsAndConditions": string;
|
|
3456
|
+
"ctp.loading.poweredByCtp": string;
|
|
3457
|
+
"ctp.loading.intro": string;
|
|
3458
|
+
"ctp.login.title": string;
|
|
3459
|
+
"ctp.login.subtitle": string;
|
|
3460
|
+
"ctp.login.inputLabel": string;
|
|
3461
|
+
"ctp.logout.notYou": string;
|
|
3462
|
+
"ctp.logout.notYouCards": string;
|
|
3463
|
+
"ctp.otp.fieldLabel": string;
|
|
3464
|
+
"ctp.otp.resendCode": string;
|
|
3465
|
+
"ctp.otp.codeResent": string;
|
|
3466
|
+
"ctp.otp.title": string;
|
|
3467
|
+
"ctp.otp.subtitle": string;
|
|
3468
|
+
"ctp.emptyCardsView.title": string;
|
|
3469
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
3470
|
+
"ctp.emptyCardsView.button": string;
|
|
3471
|
+
"ctp.separatorText": string;
|
|
3472
|
+
"ctp.cards.title": string;
|
|
3473
|
+
"ctp.cards.subtitle": string;
|
|
3474
|
+
"ctp.cards.cardSelector": string;
|
|
3475
|
+
"ctp.cards.expiredCard": string;
|
|
3476
|
+
"ctp.manualCardEntry": string;
|
|
3477
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
3478
|
+
"ctp.errors.NOT_FOUND": string;
|
|
3479
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
3480
|
+
"ctp.errors.FRAUD": string;
|
|
3481
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
3482
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
3483
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3484
|
+
"ctp.errors.CODE_INVALID": string;
|
|
3485
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
3486
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
3487
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
3488
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
3113
3489
|
};
|
|
3114
3490
|
payButton: string;
|
|
3115
3491
|
"payButton.redirecting": string;
|
|
3492
|
+
"payButton.with": string;
|
|
3116
3493
|
storeDetails: string;
|
|
3117
3494
|
"creditCard.holderName": string;
|
|
3118
3495
|
"creditCard.holderName.placeholder": string;
|
|
@@ -3338,11 +3715,45 @@ declare const _default: {
|
|
|
3338
3715
|
"upi.vpaWaitingMessage": string;
|
|
3339
3716
|
"upi.modeSelection": string;
|
|
3340
3717
|
"onlineBanking.termsAndConditions": string;
|
|
3718
|
+
"ctp.loading.poweredByCtp": string;
|
|
3719
|
+
"ctp.loading.intro": string;
|
|
3720
|
+
"ctp.login.title": string;
|
|
3721
|
+
"ctp.login.subtitle": string;
|
|
3722
|
+
"ctp.login.inputLabel": string;
|
|
3723
|
+
"ctp.logout.notYou": string;
|
|
3724
|
+
"ctp.logout.notYouCards": string;
|
|
3725
|
+
"ctp.otp.fieldLabel": string;
|
|
3726
|
+
"ctp.otp.resendCode": string;
|
|
3727
|
+
"ctp.otp.codeResent": string;
|
|
3728
|
+
"ctp.otp.title": string;
|
|
3729
|
+
"ctp.otp.subtitle": string;
|
|
3730
|
+
"ctp.emptyCardsView.title": string;
|
|
3731
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
3732
|
+
"ctp.emptyCardsView.button": string;
|
|
3733
|
+
"ctp.separatorText": string;
|
|
3734
|
+
"ctp.cards.title": string;
|
|
3735
|
+
"ctp.cards.subtitle": string;
|
|
3736
|
+
"ctp.cards.cardSelector": string;
|
|
3737
|
+
"ctp.cards.expiredCard": string;
|
|
3738
|
+
"ctp.manualCardEntry": string;
|
|
3739
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
3740
|
+
"ctp.errors.NOT_FOUND": string;
|
|
3741
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
3742
|
+
"ctp.errors.FRAUD": string;
|
|
3743
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
3744
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
3745
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
3746
|
+
"ctp.errors.CODE_INVALID": string;
|
|
3747
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
3748
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
3749
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
3750
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
3341
3751
|
}>;
|
|
3342
3752
|
'fi-FI': () => Promise<{
|
|
3343
3753
|
default: {
|
|
3344
3754
|
payButton: string;
|
|
3345
3755
|
"payButton.redirecting": string;
|
|
3756
|
+
"payButton.with": string;
|
|
3346
3757
|
storeDetails: string;
|
|
3347
3758
|
"creditCard.holderName": string;
|
|
3348
3759
|
"creditCard.holderName.placeholder": string;
|
|
@@ -3573,9 +3984,43 @@ declare const _default: {
|
|
|
3573
3984
|
"upi.vpaWaitingMessage": string;
|
|
3574
3985
|
"upi.modeSelection": string;
|
|
3575
3986
|
"onlineBanking.termsAndConditions": string;
|
|
3987
|
+
"ctp.loading.poweredByCtp": string;
|
|
3988
|
+
"ctp.loading.intro": string;
|
|
3989
|
+
"ctp.login.title": string;
|
|
3990
|
+
"ctp.login.subtitle": string;
|
|
3991
|
+
"ctp.login.inputLabel": string;
|
|
3992
|
+
"ctp.logout.notYou": string;
|
|
3993
|
+
"ctp.logout.notYouCards": string;
|
|
3994
|
+
"ctp.otp.fieldLabel": string;
|
|
3995
|
+
"ctp.otp.resendCode": string;
|
|
3996
|
+
"ctp.otp.codeResent": string;
|
|
3997
|
+
"ctp.otp.title": string;
|
|
3998
|
+
"ctp.otp.subtitle": string;
|
|
3999
|
+
"ctp.emptyCardsView.title": string;
|
|
4000
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
4001
|
+
"ctp.emptyCardsView.button": string;
|
|
4002
|
+
"ctp.separatorText": string;
|
|
4003
|
+
"ctp.cards.title": string;
|
|
4004
|
+
"ctp.cards.subtitle": string;
|
|
4005
|
+
"ctp.cards.cardSelector": string;
|
|
4006
|
+
"ctp.cards.expiredCard": string;
|
|
4007
|
+
"ctp.manualCardEntry": string;
|
|
4008
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
4009
|
+
"ctp.errors.NOT_FOUND": string;
|
|
4010
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4011
|
+
"ctp.errors.FRAUD": string;
|
|
4012
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4013
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4014
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4015
|
+
"ctp.errors.CODE_INVALID": string;
|
|
4016
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
4017
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
4018
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4019
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
3576
4020
|
};
|
|
3577
4021
|
payButton: string;
|
|
3578
4022
|
"payButton.redirecting": string;
|
|
4023
|
+
"payButton.with": string;
|
|
3579
4024
|
storeDetails: string;
|
|
3580
4025
|
"creditCard.holderName": string;
|
|
3581
4026
|
"creditCard.holderName.placeholder": string;
|
|
@@ -3806,11 +4251,45 @@ declare const _default: {
|
|
|
3806
4251
|
"upi.vpaWaitingMessage": string;
|
|
3807
4252
|
"upi.modeSelection": string;
|
|
3808
4253
|
"onlineBanking.termsAndConditions": string;
|
|
4254
|
+
"ctp.loading.poweredByCtp": string;
|
|
4255
|
+
"ctp.loading.intro": string;
|
|
4256
|
+
"ctp.login.title": string;
|
|
4257
|
+
"ctp.login.subtitle": string;
|
|
4258
|
+
"ctp.login.inputLabel": string;
|
|
4259
|
+
"ctp.logout.notYou": string;
|
|
4260
|
+
"ctp.logout.notYouCards": string;
|
|
4261
|
+
"ctp.otp.fieldLabel": string;
|
|
4262
|
+
"ctp.otp.resendCode": string;
|
|
4263
|
+
"ctp.otp.codeResent": string;
|
|
4264
|
+
"ctp.otp.title": string;
|
|
4265
|
+
"ctp.otp.subtitle": string;
|
|
4266
|
+
"ctp.emptyCardsView.title": string;
|
|
4267
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
4268
|
+
"ctp.emptyCardsView.button": string;
|
|
4269
|
+
"ctp.separatorText": string;
|
|
4270
|
+
"ctp.cards.title": string;
|
|
4271
|
+
"ctp.cards.subtitle": string;
|
|
4272
|
+
"ctp.cards.cardSelector": string;
|
|
4273
|
+
"ctp.cards.expiredCard": string;
|
|
4274
|
+
"ctp.manualCardEntry": string;
|
|
4275
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
4276
|
+
"ctp.errors.NOT_FOUND": string;
|
|
4277
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4278
|
+
"ctp.errors.FRAUD": string;
|
|
4279
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4280
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4281
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4282
|
+
"ctp.errors.CODE_INVALID": string;
|
|
4283
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
4284
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
4285
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4286
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
3809
4287
|
}>;
|
|
3810
4288
|
'fr-FR': () => Promise<{
|
|
3811
4289
|
default: {
|
|
3812
4290
|
payButton: string;
|
|
3813
4291
|
"payButton.redirecting": string;
|
|
4292
|
+
"payButton.with": string;
|
|
3814
4293
|
storeDetails: string;
|
|
3815
4294
|
"creditCard.holderName": string;
|
|
3816
4295
|
"creditCard.holderName.placeholder": string;
|
|
@@ -4041,9 +4520,43 @@ declare const _default: {
|
|
|
4041
4520
|
"upi.vpaWaitingMessage": string;
|
|
4042
4521
|
"upi.modeSelection": string;
|
|
4043
4522
|
"onlineBanking.termsAndConditions": string;
|
|
4044
|
-
|
|
4523
|
+
"ctp.loading.poweredByCtp": string;
|
|
4524
|
+
"ctp.loading.intro": string;
|
|
4525
|
+
"ctp.login.title": string;
|
|
4526
|
+
"ctp.login.subtitle": string;
|
|
4527
|
+
"ctp.login.inputLabel": string;
|
|
4528
|
+
"ctp.logout.notYou": string;
|
|
4529
|
+
"ctp.logout.notYouCards": string;
|
|
4530
|
+
"ctp.otp.fieldLabel": string;
|
|
4531
|
+
"ctp.otp.resendCode": string;
|
|
4532
|
+
"ctp.otp.codeResent": string;
|
|
4533
|
+
"ctp.otp.title": string;
|
|
4534
|
+
"ctp.otp.subtitle": string;
|
|
4535
|
+
"ctp.emptyCardsView.title": string;
|
|
4536
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
4537
|
+
"ctp.emptyCardsView.button": string;
|
|
4538
|
+
"ctp.separatorText": string;
|
|
4539
|
+
"ctp.cards.title": string;
|
|
4540
|
+
"ctp.cards.subtitle": string;
|
|
4541
|
+
"ctp.cards.cardSelector": string;
|
|
4542
|
+
"ctp.cards.expiredCard": string;
|
|
4543
|
+
"ctp.manualCardEntry": string;
|
|
4544
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
4545
|
+
"ctp.errors.NOT_FOUND": string;
|
|
4546
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4547
|
+
"ctp.errors.FRAUD": string;
|
|
4548
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4549
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4550
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4551
|
+
"ctp.errors.CODE_INVALID": string;
|
|
4552
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
4553
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
4554
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4555
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
4556
|
+
};
|
|
4045
4557
|
payButton: string;
|
|
4046
4558
|
"payButton.redirecting": string;
|
|
4559
|
+
"payButton.with": string;
|
|
4047
4560
|
storeDetails: string;
|
|
4048
4561
|
"creditCard.holderName": string;
|
|
4049
4562
|
"creditCard.holderName.placeholder": string;
|
|
@@ -4274,11 +4787,45 @@ declare const _default: {
|
|
|
4274
4787
|
"upi.vpaWaitingMessage": string;
|
|
4275
4788
|
"upi.modeSelection": string;
|
|
4276
4789
|
"onlineBanking.termsAndConditions": string;
|
|
4790
|
+
"ctp.loading.poweredByCtp": string;
|
|
4791
|
+
"ctp.loading.intro": string;
|
|
4792
|
+
"ctp.login.title": string;
|
|
4793
|
+
"ctp.login.subtitle": string;
|
|
4794
|
+
"ctp.login.inputLabel": string;
|
|
4795
|
+
"ctp.logout.notYou": string;
|
|
4796
|
+
"ctp.logout.notYouCards": string;
|
|
4797
|
+
"ctp.otp.fieldLabel": string;
|
|
4798
|
+
"ctp.otp.resendCode": string;
|
|
4799
|
+
"ctp.otp.codeResent": string;
|
|
4800
|
+
"ctp.otp.title": string;
|
|
4801
|
+
"ctp.otp.subtitle": string;
|
|
4802
|
+
"ctp.emptyCardsView.title": string;
|
|
4803
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
4804
|
+
"ctp.emptyCardsView.button": string;
|
|
4805
|
+
"ctp.separatorText": string;
|
|
4806
|
+
"ctp.cards.title": string;
|
|
4807
|
+
"ctp.cards.subtitle": string;
|
|
4808
|
+
"ctp.cards.cardSelector": string;
|
|
4809
|
+
"ctp.cards.expiredCard": string;
|
|
4810
|
+
"ctp.manualCardEntry": string;
|
|
4811
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
4812
|
+
"ctp.errors.NOT_FOUND": string;
|
|
4813
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
4814
|
+
"ctp.errors.FRAUD": string;
|
|
4815
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
4816
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
4817
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
4818
|
+
"ctp.errors.CODE_INVALID": string;
|
|
4819
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
4820
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
4821
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
4822
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
4277
4823
|
}>;
|
|
4278
4824
|
'hr-HR': () => Promise<{
|
|
4279
4825
|
default: {
|
|
4280
4826
|
payButton: string;
|
|
4281
4827
|
"payButton.redirecting": string;
|
|
4828
|
+
"payButton.with": string;
|
|
4282
4829
|
storeDetails: string;
|
|
4283
4830
|
"creditCard.holderName": string;
|
|
4284
4831
|
"creditCard.holderName.placeholder": string;
|
|
@@ -4509,9 +5056,43 @@ declare const _default: {
|
|
|
4509
5056
|
"upi.vpaWaitingMessage": string;
|
|
4510
5057
|
"upi.modeSelection": string;
|
|
4511
5058
|
"onlineBanking.termsAndConditions": string;
|
|
5059
|
+
"ctp.loading.poweredByCtp": string;
|
|
5060
|
+
"ctp.loading.intro": string;
|
|
5061
|
+
"ctp.login.title": string;
|
|
5062
|
+
"ctp.login.subtitle": string;
|
|
5063
|
+
"ctp.login.inputLabel": string;
|
|
5064
|
+
"ctp.logout.notYou": string;
|
|
5065
|
+
"ctp.logout.notYouCards": string;
|
|
5066
|
+
"ctp.otp.fieldLabel": string;
|
|
5067
|
+
"ctp.otp.resendCode": string;
|
|
5068
|
+
"ctp.otp.codeResent": string;
|
|
5069
|
+
"ctp.otp.title": string;
|
|
5070
|
+
"ctp.otp.subtitle": string;
|
|
5071
|
+
"ctp.emptyCardsView.title": string;
|
|
5072
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
5073
|
+
"ctp.emptyCardsView.button": string;
|
|
5074
|
+
"ctp.separatorText": string;
|
|
5075
|
+
"ctp.cards.title": string;
|
|
5076
|
+
"ctp.cards.subtitle": string;
|
|
5077
|
+
"ctp.cards.cardSelector": string;
|
|
5078
|
+
"ctp.cards.expiredCard": string;
|
|
5079
|
+
"ctp.manualCardEntry": string;
|
|
5080
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
5081
|
+
"ctp.errors.NOT_FOUND": string;
|
|
5082
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5083
|
+
"ctp.errors.FRAUD": string;
|
|
5084
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5085
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5086
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5087
|
+
"ctp.errors.CODE_INVALID": string;
|
|
5088
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
5089
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
5090
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5091
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
4512
5092
|
};
|
|
4513
5093
|
payButton: string;
|
|
4514
5094
|
"payButton.redirecting": string;
|
|
5095
|
+
"payButton.with": string;
|
|
4515
5096
|
storeDetails: string;
|
|
4516
5097
|
"creditCard.holderName": string;
|
|
4517
5098
|
"creditCard.holderName.placeholder": string;
|
|
@@ -4742,11 +5323,45 @@ declare const _default: {
|
|
|
4742
5323
|
"upi.vpaWaitingMessage": string;
|
|
4743
5324
|
"upi.modeSelection": string;
|
|
4744
5325
|
"onlineBanking.termsAndConditions": string;
|
|
5326
|
+
"ctp.loading.poweredByCtp": string;
|
|
5327
|
+
"ctp.loading.intro": string;
|
|
5328
|
+
"ctp.login.title": string;
|
|
5329
|
+
"ctp.login.subtitle": string;
|
|
5330
|
+
"ctp.login.inputLabel": string;
|
|
5331
|
+
"ctp.logout.notYou": string;
|
|
5332
|
+
"ctp.logout.notYouCards": string;
|
|
5333
|
+
"ctp.otp.fieldLabel": string;
|
|
5334
|
+
"ctp.otp.resendCode": string;
|
|
5335
|
+
"ctp.otp.codeResent": string;
|
|
5336
|
+
"ctp.otp.title": string;
|
|
5337
|
+
"ctp.otp.subtitle": string;
|
|
5338
|
+
"ctp.emptyCardsView.title": string;
|
|
5339
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
5340
|
+
"ctp.emptyCardsView.button": string;
|
|
5341
|
+
"ctp.separatorText": string;
|
|
5342
|
+
"ctp.cards.title": string;
|
|
5343
|
+
"ctp.cards.subtitle": string;
|
|
5344
|
+
"ctp.cards.cardSelector": string;
|
|
5345
|
+
"ctp.cards.expiredCard": string;
|
|
5346
|
+
"ctp.manualCardEntry": string;
|
|
5347
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
5348
|
+
"ctp.errors.NOT_FOUND": string;
|
|
5349
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5350
|
+
"ctp.errors.FRAUD": string;
|
|
5351
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5352
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5353
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5354
|
+
"ctp.errors.CODE_INVALID": string;
|
|
5355
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
5356
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
5357
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5358
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
4745
5359
|
}>;
|
|
4746
5360
|
'hu-HU': () => Promise<{
|
|
4747
5361
|
default: {
|
|
4748
5362
|
payButton: string;
|
|
4749
5363
|
"payButton.redirecting": string;
|
|
5364
|
+
"payButton.with": string;
|
|
4750
5365
|
storeDetails: string;
|
|
4751
5366
|
"creditCard.holderName": string;
|
|
4752
5367
|
"creditCard.holderName.placeholder": string;
|
|
@@ -4977,9 +5592,43 @@ declare const _default: {
|
|
|
4977
5592
|
"upi.vpaWaitingMessage": string;
|
|
4978
5593
|
"upi.modeSelection": string;
|
|
4979
5594
|
"onlineBanking.termsAndConditions": string;
|
|
5595
|
+
"ctp.loading.poweredByCtp": string;
|
|
5596
|
+
"ctp.loading.intro": string;
|
|
5597
|
+
"ctp.login.title": string;
|
|
5598
|
+
"ctp.login.subtitle": string;
|
|
5599
|
+
"ctp.login.inputLabel": string;
|
|
5600
|
+
"ctp.logout.notYou": string;
|
|
5601
|
+
"ctp.logout.notYouCards": string;
|
|
5602
|
+
"ctp.otp.fieldLabel": string;
|
|
5603
|
+
"ctp.otp.resendCode": string;
|
|
5604
|
+
"ctp.otp.codeResent": string;
|
|
5605
|
+
"ctp.otp.title": string;
|
|
5606
|
+
"ctp.otp.subtitle": string;
|
|
5607
|
+
"ctp.emptyCardsView.title": string;
|
|
5608
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
5609
|
+
"ctp.emptyCardsView.button": string;
|
|
5610
|
+
"ctp.separatorText": string;
|
|
5611
|
+
"ctp.cards.title": string;
|
|
5612
|
+
"ctp.cards.subtitle": string;
|
|
5613
|
+
"ctp.cards.cardSelector": string;
|
|
5614
|
+
"ctp.cards.expiredCard": string;
|
|
5615
|
+
"ctp.manualCardEntry": string;
|
|
5616
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
5617
|
+
"ctp.errors.NOT_FOUND": string;
|
|
5618
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5619
|
+
"ctp.errors.FRAUD": string;
|
|
5620
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5621
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5622
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5623
|
+
"ctp.errors.CODE_INVALID": string;
|
|
5624
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
5625
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
5626
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5627
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
4980
5628
|
};
|
|
4981
5629
|
payButton: string;
|
|
4982
5630
|
"payButton.redirecting": string;
|
|
5631
|
+
"payButton.with": string;
|
|
4983
5632
|
storeDetails: string;
|
|
4984
5633
|
"creditCard.holderName": string;
|
|
4985
5634
|
"creditCard.holderName.placeholder": string;
|
|
@@ -5210,11 +5859,45 @@ declare const _default: {
|
|
|
5210
5859
|
"upi.vpaWaitingMessage": string;
|
|
5211
5860
|
"upi.modeSelection": string;
|
|
5212
5861
|
"onlineBanking.termsAndConditions": string;
|
|
5862
|
+
"ctp.loading.poweredByCtp": string;
|
|
5863
|
+
"ctp.loading.intro": string;
|
|
5864
|
+
"ctp.login.title": string;
|
|
5865
|
+
"ctp.login.subtitle": string;
|
|
5866
|
+
"ctp.login.inputLabel": string;
|
|
5867
|
+
"ctp.logout.notYou": string;
|
|
5868
|
+
"ctp.logout.notYouCards": string;
|
|
5869
|
+
"ctp.otp.fieldLabel": string;
|
|
5870
|
+
"ctp.otp.resendCode": string;
|
|
5871
|
+
"ctp.otp.codeResent": string;
|
|
5872
|
+
"ctp.otp.title": string;
|
|
5873
|
+
"ctp.otp.subtitle": string;
|
|
5874
|
+
"ctp.emptyCardsView.title": string;
|
|
5875
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
5876
|
+
"ctp.emptyCardsView.button": string;
|
|
5877
|
+
"ctp.separatorText": string;
|
|
5878
|
+
"ctp.cards.title": string;
|
|
5879
|
+
"ctp.cards.subtitle": string;
|
|
5880
|
+
"ctp.cards.cardSelector": string;
|
|
5881
|
+
"ctp.cards.expiredCard": string;
|
|
5882
|
+
"ctp.manualCardEntry": string;
|
|
5883
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
5884
|
+
"ctp.errors.NOT_FOUND": string;
|
|
5885
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
5886
|
+
"ctp.errors.FRAUD": string;
|
|
5887
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
5888
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
5889
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
5890
|
+
"ctp.errors.CODE_INVALID": string;
|
|
5891
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
5892
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
5893
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
5894
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
5213
5895
|
}>;
|
|
5214
5896
|
'it-IT': () => Promise<{
|
|
5215
5897
|
default: {
|
|
5216
5898
|
payButton: string;
|
|
5217
5899
|
"payButton.redirecting": string;
|
|
5900
|
+
"payButton.with": string;
|
|
5218
5901
|
storeDetails: string;
|
|
5219
5902
|
"creditCard.holderName": string;
|
|
5220
5903
|
"creditCard.holderName.placeholder": string;
|
|
@@ -5443,9 +6126,43 @@ declare const _default: {
|
|
|
5443
6126
|
"upi.vpaWaitingMessage": string;
|
|
5444
6127
|
"upi.modeSelection": string;
|
|
5445
6128
|
"onlineBanking.termsAndConditions": string;
|
|
6129
|
+
"ctp.loading.poweredByCtp": string;
|
|
6130
|
+
"ctp.loading.intro": string;
|
|
6131
|
+
"ctp.login.title": string;
|
|
6132
|
+
"ctp.login.subtitle": string;
|
|
6133
|
+
"ctp.login.inputLabel": string;
|
|
6134
|
+
"ctp.logout.notYou": string;
|
|
6135
|
+
"ctp.logout.notYouCards": string;
|
|
6136
|
+
"ctp.otp.fieldLabel": string;
|
|
6137
|
+
"ctp.otp.resendCode": string;
|
|
6138
|
+
"ctp.otp.codeResent": string;
|
|
6139
|
+
"ctp.otp.title": string;
|
|
6140
|
+
"ctp.otp.subtitle": string;
|
|
6141
|
+
"ctp.emptyCardsView.title": string;
|
|
6142
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
6143
|
+
"ctp.emptyCardsView.button": string;
|
|
6144
|
+
"ctp.separatorText": string;
|
|
6145
|
+
"ctp.cards.title": string;
|
|
6146
|
+
"ctp.cards.subtitle": string;
|
|
6147
|
+
"ctp.cards.cardSelector": string;
|
|
6148
|
+
"ctp.cards.expiredCard": string;
|
|
6149
|
+
"ctp.manualCardEntry": string;
|
|
6150
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
6151
|
+
"ctp.errors.NOT_FOUND": string;
|
|
6152
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6153
|
+
"ctp.errors.FRAUD": string;
|
|
6154
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6155
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6156
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6157
|
+
"ctp.errors.CODE_INVALID": string;
|
|
6158
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
6159
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
6160
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6161
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
5446
6162
|
};
|
|
5447
6163
|
payButton: string;
|
|
5448
6164
|
"payButton.redirecting": string;
|
|
6165
|
+
"payButton.with": string;
|
|
5449
6166
|
storeDetails: string;
|
|
5450
6167
|
"creditCard.holderName": string;
|
|
5451
6168
|
"creditCard.holderName.placeholder": string;
|
|
@@ -5674,11 +6391,45 @@ declare const _default: {
|
|
|
5674
6391
|
"upi.vpaWaitingMessage": string;
|
|
5675
6392
|
"upi.modeSelection": string;
|
|
5676
6393
|
"onlineBanking.termsAndConditions": string;
|
|
6394
|
+
"ctp.loading.poweredByCtp": string;
|
|
6395
|
+
"ctp.loading.intro": string;
|
|
6396
|
+
"ctp.login.title": string;
|
|
6397
|
+
"ctp.login.subtitle": string;
|
|
6398
|
+
"ctp.login.inputLabel": string;
|
|
6399
|
+
"ctp.logout.notYou": string;
|
|
6400
|
+
"ctp.logout.notYouCards": string;
|
|
6401
|
+
"ctp.otp.fieldLabel": string;
|
|
6402
|
+
"ctp.otp.resendCode": string;
|
|
6403
|
+
"ctp.otp.codeResent": string;
|
|
6404
|
+
"ctp.otp.title": string;
|
|
6405
|
+
"ctp.otp.subtitle": string;
|
|
6406
|
+
"ctp.emptyCardsView.title": string;
|
|
6407
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
6408
|
+
"ctp.emptyCardsView.button": string;
|
|
6409
|
+
"ctp.separatorText": string;
|
|
6410
|
+
"ctp.cards.title": string;
|
|
6411
|
+
"ctp.cards.subtitle": string;
|
|
6412
|
+
"ctp.cards.cardSelector": string;
|
|
6413
|
+
"ctp.cards.expiredCard": string;
|
|
6414
|
+
"ctp.manualCardEntry": string;
|
|
6415
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
6416
|
+
"ctp.errors.NOT_FOUND": string;
|
|
6417
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6418
|
+
"ctp.errors.FRAUD": string;
|
|
6419
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6420
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6421
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6422
|
+
"ctp.errors.CODE_INVALID": string;
|
|
6423
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
6424
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
6425
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6426
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
5677
6427
|
}>;
|
|
5678
6428
|
'ja-JP': () => Promise<{
|
|
5679
6429
|
default: {
|
|
5680
6430
|
payButton: string;
|
|
5681
6431
|
"payButton.redirecting": string;
|
|
6432
|
+
"payButton.with": string;
|
|
5682
6433
|
storeDetails: string;
|
|
5683
6434
|
"creditCard.holderName": string;
|
|
5684
6435
|
"creditCard.holderName.placeholder": string;
|
|
@@ -5909,9 +6660,43 @@ declare const _default: {
|
|
|
5909
6660
|
"upi.vpaWaitingMessage": string;
|
|
5910
6661
|
"upi.modeSelection": string;
|
|
5911
6662
|
"onlineBanking.termsAndConditions": string;
|
|
6663
|
+
"ctp.loading.poweredByCtp": string;
|
|
6664
|
+
"ctp.loading.intro": string;
|
|
6665
|
+
"ctp.login.title": string;
|
|
6666
|
+
"ctp.login.subtitle": string;
|
|
6667
|
+
"ctp.login.inputLabel": string;
|
|
6668
|
+
"ctp.logout.notYou": string;
|
|
6669
|
+
"ctp.logout.notYouCards": string;
|
|
6670
|
+
"ctp.otp.fieldLabel": string;
|
|
6671
|
+
"ctp.otp.resendCode": string;
|
|
6672
|
+
"ctp.otp.codeResent": string;
|
|
6673
|
+
"ctp.otp.title": string;
|
|
6674
|
+
"ctp.otp.subtitle": string;
|
|
6675
|
+
"ctp.emptyCardsView.title": string;
|
|
6676
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
6677
|
+
"ctp.emptyCardsView.button": string;
|
|
6678
|
+
"ctp.separatorText": string;
|
|
6679
|
+
"ctp.cards.title": string;
|
|
6680
|
+
"ctp.cards.subtitle": string;
|
|
6681
|
+
"ctp.cards.cardSelector": string;
|
|
6682
|
+
"ctp.cards.expiredCard": string;
|
|
6683
|
+
"ctp.manualCardEntry": string;
|
|
6684
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
6685
|
+
"ctp.errors.NOT_FOUND": string;
|
|
6686
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6687
|
+
"ctp.errors.FRAUD": string;
|
|
6688
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6689
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6690
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6691
|
+
"ctp.errors.CODE_INVALID": string;
|
|
6692
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
6693
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
6694
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6695
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
5912
6696
|
};
|
|
5913
6697
|
payButton: string;
|
|
5914
6698
|
"payButton.redirecting": string;
|
|
6699
|
+
"payButton.with": string;
|
|
5915
6700
|
storeDetails: string;
|
|
5916
6701
|
"creditCard.holderName": string;
|
|
5917
6702
|
"creditCard.holderName.placeholder": string;
|
|
@@ -6142,11 +6927,45 @@ declare const _default: {
|
|
|
6142
6927
|
"upi.vpaWaitingMessage": string;
|
|
6143
6928
|
"upi.modeSelection": string;
|
|
6144
6929
|
"onlineBanking.termsAndConditions": string;
|
|
6930
|
+
"ctp.loading.poweredByCtp": string;
|
|
6931
|
+
"ctp.loading.intro": string;
|
|
6932
|
+
"ctp.login.title": string;
|
|
6933
|
+
"ctp.login.subtitle": string;
|
|
6934
|
+
"ctp.login.inputLabel": string;
|
|
6935
|
+
"ctp.logout.notYou": string;
|
|
6936
|
+
"ctp.logout.notYouCards": string;
|
|
6937
|
+
"ctp.otp.fieldLabel": string;
|
|
6938
|
+
"ctp.otp.resendCode": string;
|
|
6939
|
+
"ctp.otp.codeResent": string;
|
|
6940
|
+
"ctp.otp.title": string;
|
|
6941
|
+
"ctp.otp.subtitle": string;
|
|
6942
|
+
"ctp.emptyCardsView.title": string;
|
|
6943
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
6944
|
+
"ctp.emptyCardsView.button": string;
|
|
6945
|
+
"ctp.separatorText": string;
|
|
6946
|
+
"ctp.cards.title": string;
|
|
6947
|
+
"ctp.cards.subtitle": string;
|
|
6948
|
+
"ctp.cards.cardSelector": string;
|
|
6949
|
+
"ctp.cards.expiredCard": string;
|
|
6950
|
+
"ctp.manualCardEntry": string;
|
|
6951
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
6952
|
+
"ctp.errors.NOT_FOUND": string;
|
|
6953
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
6954
|
+
"ctp.errors.FRAUD": string;
|
|
6955
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
6956
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
6957
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
6958
|
+
"ctp.errors.CODE_INVALID": string;
|
|
6959
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
6960
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
6961
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
6962
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
6145
6963
|
}>;
|
|
6146
6964
|
'ko-KR': () => Promise<{
|
|
6147
6965
|
default: {
|
|
6148
6966
|
payButton: string;
|
|
6149
6967
|
"payButton.redirecting": string;
|
|
6968
|
+
"payButton.with": string;
|
|
6150
6969
|
storeDetails: string;
|
|
6151
6970
|
"creditCard.holderName": string;
|
|
6152
6971
|
"creditCard.holderName.placeholder": string;
|
|
@@ -6377,9 +7196,43 @@ declare const _default: {
|
|
|
6377
7196
|
"upi.vpaWaitingMessage": string;
|
|
6378
7197
|
"upi.modeSelection": string;
|
|
6379
7198
|
"onlineBanking.termsAndConditions": string;
|
|
7199
|
+
"ctp.loading.poweredByCtp": string;
|
|
7200
|
+
"ctp.loading.intro": string;
|
|
7201
|
+
"ctp.login.title": string;
|
|
7202
|
+
"ctp.login.subtitle": string;
|
|
7203
|
+
"ctp.login.inputLabel": string;
|
|
7204
|
+
"ctp.logout.notYou": string;
|
|
7205
|
+
"ctp.logout.notYouCards": string;
|
|
7206
|
+
"ctp.otp.fieldLabel": string;
|
|
7207
|
+
"ctp.otp.resendCode": string;
|
|
7208
|
+
"ctp.otp.codeResent": string;
|
|
7209
|
+
"ctp.otp.title": string;
|
|
7210
|
+
"ctp.otp.subtitle": string;
|
|
7211
|
+
"ctp.emptyCardsView.title": string;
|
|
7212
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
7213
|
+
"ctp.emptyCardsView.button": string;
|
|
7214
|
+
"ctp.separatorText": string;
|
|
7215
|
+
"ctp.cards.title": string;
|
|
7216
|
+
"ctp.cards.subtitle": string;
|
|
7217
|
+
"ctp.cards.cardSelector": string;
|
|
7218
|
+
"ctp.cards.expiredCard": string;
|
|
7219
|
+
"ctp.manualCardEntry": string;
|
|
7220
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
7221
|
+
"ctp.errors.NOT_FOUND": string;
|
|
7222
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7223
|
+
"ctp.errors.FRAUD": string;
|
|
7224
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7225
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7226
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7227
|
+
"ctp.errors.CODE_INVALID": string;
|
|
7228
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
7229
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
7230
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
7231
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
6380
7232
|
};
|
|
6381
7233
|
payButton: string;
|
|
6382
7234
|
"payButton.redirecting": string;
|
|
7235
|
+
"payButton.with": string;
|
|
6383
7236
|
storeDetails: string;
|
|
6384
7237
|
"creditCard.holderName": string;
|
|
6385
7238
|
"creditCard.holderName.placeholder": string;
|
|
@@ -6610,11 +7463,45 @@ declare const _default: {
|
|
|
6610
7463
|
"upi.vpaWaitingMessage": string;
|
|
6611
7464
|
"upi.modeSelection": string;
|
|
6612
7465
|
"onlineBanking.termsAndConditions": string;
|
|
7466
|
+
"ctp.loading.poweredByCtp": string;
|
|
7467
|
+
"ctp.loading.intro": string;
|
|
7468
|
+
"ctp.login.title": string;
|
|
7469
|
+
"ctp.login.subtitle": string;
|
|
7470
|
+
"ctp.login.inputLabel": string;
|
|
7471
|
+
"ctp.logout.notYou": string;
|
|
7472
|
+
"ctp.logout.notYouCards": string;
|
|
7473
|
+
"ctp.otp.fieldLabel": string;
|
|
7474
|
+
"ctp.otp.resendCode": string;
|
|
7475
|
+
"ctp.otp.codeResent": string;
|
|
7476
|
+
"ctp.otp.title": string;
|
|
7477
|
+
"ctp.otp.subtitle": string;
|
|
7478
|
+
"ctp.emptyCardsView.title": string;
|
|
7479
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
7480
|
+
"ctp.emptyCardsView.button": string;
|
|
7481
|
+
"ctp.separatorText": string;
|
|
7482
|
+
"ctp.cards.title": string;
|
|
7483
|
+
"ctp.cards.subtitle": string;
|
|
7484
|
+
"ctp.cards.cardSelector": string;
|
|
7485
|
+
"ctp.cards.expiredCard": string;
|
|
7486
|
+
"ctp.manualCardEntry": string;
|
|
7487
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
7488
|
+
"ctp.errors.NOT_FOUND": string;
|
|
7489
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7490
|
+
"ctp.errors.FRAUD": string;
|
|
7491
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7492
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7493
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7494
|
+
"ctp.errors.CODE_INVALID": string;
|
|
7495
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
7496
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
7497
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
7498
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
6613
7499
|
}>;
|
|
6614
7500
|
'nl-NL': () => Promise<{
|
|
6615
7501
|
default: {
|
|
6616
7502
|
payButton: string;
|
|
6617
7503
|
"payButton.redirecting": string;
|
|
7504
|
+
"payButton.with": string;
|
|
6618
7505
|
storeDetails: string;
|
|
6619
7506
|
"creditCard.holderName": string;
|
|
6620
7507
|
"creditCard.holderName.placeholder": string;
|
|
@@ -6845,9 +7732,43 @@ declare const _default: {
|
|
|
6845
7732
|
"upi.vpaWaitingMessage": string;
|
|
6846
7733
|
"upi.modeSelection": string;
|
|
6847
7734
|
"onlineBanking.termsAndConditions": string;
|
|
7735
|
+
"ctp.loading.poweredByCtp": string;
|
|
7736
|
+
"ctp.loading.intro": string;
|
|
7737
|
+
"ctp.login.title": string;
|
|
7738
|
+
"ctp.login.subtitle": string;
|
|
7739
|
+
"ctp.login.inputLabel": string;
|
|
7740
|
+
"ctp.logout.notYou": string;
|
|
7741
|
+
"ctp.logout.notYouCards": string;
|
|
7742
|
+
"ctp.otp.fieldLabel": string;
|
|
7743
|
+
"ctp.otp.resendCode": string;
|
|
7744
|
+
"ctp.otp.codeResent": string;
|
|
7745
|
+
"ctp.otp.title": string;
|
|
7746
|
+
"ctp.otp.subtitle": string;
|
|
7747
|
+
"ctp.emptyCardsView.title": string;
|
|
7748
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
7749
|
+
"ctp.emptyCardsView.button": string;
|
|
7750
|
+
"ctp.separatorText": string;
|
|
7751
|
+
"ctp.cards.title": string;
|
|
7752
|
+
"ctp.cards.subtitle": string;
|
|
7753
|
+
"ctp.cards.cardSelector": string;
|
|
7754
|
+
"ctp.cards.expiredCard": string;
|
|
7755
|
+
"ctp.manualCardEntry": string;
|
|
7756
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
7757
|
+
"ctp.errors.NOT_FOUND": string;
|
|
7758
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
7759
|
+
"ctp.errors.FRAUD": string;
|
|
7760
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
7761
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
7762
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
7763
|
+
"ctp.errors.CODE_INVALID": string;
|
|
7764
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
7765
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
7766
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
7767
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
6848
7768
|
};
|
|
6849
7769
|
payButton: string;
|
|
6850
7770
|
"payButton.redirecting": string;
|
|
7771
|
+
"payButton.with": string;
|
|
6851
7772
|
storeDetails: string;
|
|
6852
7773
|
"creditCard.holderName": string;
|
|
6853
7774
|
"creditCard.holderName.placeholder": string;
|
|
@@ -7078,11 +7999,45 @@ declare const _default: {
|
|
|
7078
7999
|
"upi.vpaWaitingMessage": string;
|
|
7079
8000
|
"upi.modeSelection": string;
|
|
7080
8001
|
"onlineBanking.termsAndConditions": string;
|
|
8002
|
+
"ctp.loading.poweredByCtp": string;
|
|
8003
|
+
"ctp.loading.intro": string;
|
|
8004
|
+
"ctp.login.title": string;
|
|
8005
|
+
"ctp.login.subtitle": string;
|
|
8006
|
+
"ctp.login.inputLabel": string;
|
|
8007
|
+
"ctp.logout.notYou": string;
|
|
8008
|
+
"ctp.logout.notYouCards": string;
|
|
8009
|
+
"ctp.otp.fieldLabel": string;
|
|
8010
|
+
"ctp.otp.resendCode": string;
|
|
8011
|
+
"ctp.otp.codeResent": string;
|
|
8012
|
+
"ctp.otp.title": string;
|
|
8013
|
+
"ctp.otp.subtitle": string;
|
|
8014
|
+
"ctp.emptyCardsView.title": string;
|
|
8015
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
8016
|
+
"ctp.emptyCardsView.button": string;
|
|
8017
|
+
"ctp.separatorText": string;
|
|
8018
|
+
"ctp.cards.title": string;
|
|
8019
|
+
"ctp.cards.subtitle": string;
|
|
8020
|
+
"ctp.cards.cardSelector": string;
|
|
8021
|
+
"ctp.cards.expiredCard": string;
|
|
8022
|
+
"ctp.manualCardEntry": string;
|
|
8023
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
8024
|
+
"ctp.errors.NOT_FOUND": string;
|
|
8025
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8026
|
+
"ctp.errors.FRAUD": string;
|
|
8027
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8028
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8029
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8030
|
+
"ctp.errors.CODE_INVALID": string;
|
|
8031
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
8032
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
8033
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8034
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
7081
8035
|
}>;
|
|
7082
8036
|
'no-NO': () => Promise<{
|
|
7083
8037
|
default: {
|
|
7084
8038
|
payButton: string;
|
|
7085
8039
|
"payButton.redirecting": string;
|
|
8040
|
+
"payButton.with": string;
|
|
7086
8041
|
storeDetails: string;
|
|
7087
8042
|
"creditCard.holderName": string;
|
|
7088
8043
|
"creditCard.holderName.placeholder": string;
|
|
@@ -7313,9 +8268,43 @@ declare const _default: {
|
|
|
7313
8268
|
"upi.vpaWaitingMessage": string;
|
|
7314
8269
|
"upi.modeSelection": string;
|
|
7315
8270
|
"onlineBanking.termsAndConditions": string;
|
|
8271
|
+
"ctp.loading.poweredByCtp": string;
|
|
8272
|
+
"ctp.loading.intro": string;
|
|
8273
|
+
"ctp.login.title": string;
|
|
8274
|
+
"ctp.login.subtitle": string;
|
|
8275
|
+
"ctp.login.inputLabel": string;
|
|
8276
|
+
"ctp.logout.notYou": string;
|
|
8277
|
+
"ctp.logout.notYouCards": string;
|
|
8278
|
+
"ctp.otp.fieldLabel": string;
|
|
8279
|
+
"ctp.otp.resendCode": string;
|
|
8280
|
+
"ctp.otp.codeResent": string;
|
|
8281
|
+
"ctp.otp.title": string;
|
|
8282
|
+
"ctp.otp.subtitle": string;
|
|
8283
|
+
"ctp.emptyCardsView.title": string;
|
|
8284
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
8285
|
+
"ctp.emptyCardsView.button": string;
|
|
8286
|
+
"ctp.separatorText": string;
|
|
8287
|
+
"ctp.cards.title": string;
|
|
8288
|
+
"ctp.cards.subtitle": string;
|
|
8289
|
+
"ctp.cards.cardSelector": string;
|
|
8290
|
+
"ctp.cards.expiredCard": string;
|
|
8291
|
+
"ctp.manualCardEntry": string;
|
|
8292
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
8293
|
+
"ctp.errors.NOT_FOUND": string;
|
|
8294
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8295
|
+
"ctp.errors.FRAUD": string;
|
|
8296
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8297
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8298
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8299
|
+
"ctp.errors.CODE_INVALID": string;
|
|
8300
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
8301
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
8302
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8303
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
7316
8304
|
};
|
|
7317
8305
|
payButton: string;
|
|
7318
8306
|
"payButton.redirecting": string;
|
|
8307
|
+
"payButton.with": string;
|
|
7319
8308
|
storeDetails: string;
|
|
7320
8309
|
"creditCard.holderName": string;
|
|
7321
8310
|
"creditCard.holderName.placeholder": string;
|
|
@@ -7546,11 +8535,45 @@ declare const _default: {
|
|
|
7546
8535
|
"upi.vpaWaitingMessage": string;
|
|
7547
8536
|
"upi.modeSelection": string;
|
|
7548
8537
|
"onlineBanking.termsAndConditions": string;
|
|
8538
|
+
"ctp.loading.poweredByCtp": string;
|
|
8539
|
+
"ctp.loading.intro": string;
|
|
8540
|
+
"ctp.login.title": string;
|
|
8541
|
+
"ctp.login.subtitle": string;
|
|
8542
|
+
"ctp.login.inputLabel": string;
|
|
8543
|
+
"ctp.logout.notYou": string;
|
|
8544
|
+
"ctp.logout.notYouCards": string;
|
|
8545
|
+
"ctp.otp.fieldLabel": string;
|
|
8546
|
+
"ctp.otp.resendCode": string;
|
|
8547
|
+
"ctp.otp.codeResent": string;
|
|
8548
|
+
"ctp.otp.title": string;
|
|
8549
|
+
"ctp.otp.subtitle": string;
|
|
8550
|
+
"ctp.emptyCardsView.title": string;
|
|
8551
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
8552
|
+
"ctp.emptyCardsView.button": string;
|
|
8553
|
+
"ctp.separatorText": string;
|
|
8554
|
+
"ctp.cards.title": string;
|
|
8555
|
+
"ctp.cards.subtitle": string;
|
|
8556
|
+
"ctp.cards.cardSelector": string;
|
|
8557
|
+
"ctp.cards.expiredCard": string;
|
|
8558
|
+
"ctp.manualCardEntry": string;
|
|
8559
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
8560
|
+
"ctp.errors.NOT_FOUND": string;
|
|
8561
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8562
|
+
"ctp.errors.FRAUD": string;
|
|
8563
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8564
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8565
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8566
|
+
"ctp.errors.CODE_INVALID": string;
|
|
8567
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
8568
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
8569
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8570
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
7549
8571
|
}>;
|
|
7550
8572
|
'pl-PL': () => Promise<{
|
|
7551
8573
|
default: {
|
|
7552
8574
|
payButton: string;
|
|
7553
8575
|
"payButton.redirecting": string;
|
|
8576
|
+
"payButton.with": string;
|
|
7554
8577
|
storeDetails: string;
|
|
7555
8578
|
"creditCard.holderName": string;
|
|
7556
8579
|
"creditCard.holderName.placeholder": string;
|
|
@@ -7781,9 +8804,43 @@ declare const _default: {
|
|
|
7781
8804
|
"upi.vpaWaitingMessage": string;
|
|
7782
8805
|
"upi.modeSelection": string;
|
|
7783
8806
|
"onlineBanking.termsAndConditions": string;
|
|
8807
|
+
"ctp.loading.poweredByCtp": string;
|
|
8808
|
+
"ctp.loading.intro": string;
|
|
8809
|
+
"ctp.login.title": string;
|
|
8810
|
+
"ctp.login.subtitle": string;
|
|
8811
|
+
"ctp.login.inputLabel": string;
|
|
8812
|
+
"ctp.logout.notYou": string;
|
|
8813
|
+
"ctp.logout.notYouCards": string;
|
|
8814
|
+
"ctp.otp.fieldLabel": string;
|
|
8815
|
+
"ctp.otp.resendCode": string;
|
|
8816
|
+
"ctp.otp.codeResent": string;
|
|
8817
|
+
"ctp.otp.title": string;
|
|
8818
|
+
"ctp.otp.subtitle": string;
|
|
8819
|
+
"ctp.emptyCardsView.title": string;
|
|
8820
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
8821
|
+
"ctp.emptyCardsView.button": string;
|
|
8822
|
+
"ctp.separatorText": string;
|
|
8823
|
+
"ctp.cards.title": string;
|
|
8824
|
+
"ctp.cards.subtitle": string;
|
|
8825
|
+
"ctp.cards.cardSelector": string;
|
|
8826
|
+
"ctp.cards.expiredCard": string;
|
|
8827
|
+
"ctp.manualCardEntry": string;
|
|
8828
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
8829
|
+
"ctp.errors.NOT_FOUND": string;
|
|
8830
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
8831
|
+
"ctp.errors.FRAUD": string;
|
|
8832
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
8833
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
8834
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
8835
|
+
"ctp.errors.CODE_INVALID": string;
|
|
8836
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
8837
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
8838
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
8839
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
7784
8840
|
};
|
|
7785
8841
|
payButton: string;
|
|
7786
8842
|
"payButton.redirecting": string;
|
|
8843
|
+
"payButton.with": string;
|
|
7787
8844
|
storeDetails: string;
|
|
7788
8845
|
"creditCard.holderName": string;
|
|
7789
8846
|
"creditCard.holderName.placeholder": string;
|
|
@@ -8014,11 +9071,45 @@ declare const _default: {
|
|
|
8014
9071
|
"upi.vpaWaitingMessage": string;
|
|
8015
9072
|
"upi.modeSelection": string;
|
|
8016
9073
|
"onlineBanking.termsAndConditions": string;
|
|
9074
|
+
"ctp.loading.poweredByCtp": string;
|
|
9075
|
+
"ctp.loading.intro": string;
|
|
9076
|
+
"ctp.login.title": string;
|
|
9077
|
+
"ctp.login.subtitle": string;
|
|
9078
|
+
"ctp.login.inputLabel": string;
|
|
9079
|
+
"ctp.logout.notYou": string;
|
|
9080
|
+
"ctp.logout.notYouCards": string;
|
|
9081
|
+
"ctp.otp.fieldLabel": string;
|
|
9082
|
+
"ctp.otp.resendCode": string;
|
|
9083
|
+
"ctp.otp.codeResent": string;
|
|
9084
|
+
"ctp.otp.title": string;
|
|
9085
|
+
"ctp.otp.subtitle": string;
|
|
9086
|
+
"ctp.emptyCardsView.title": string;
|
|
9087
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
9088
|
+
"ctp.emptyCardsView.button": string;
|
|
9089
|
+
"ctp.separatorText": string;
|
|
9090
|
+
"ctp.cards.title": string;
|
|
9091
|
+
"ctp.cards.subtitle": string;
|
|
9092
|
+
"ctp.cards.cardSelector": string;
|
|
9093
|
+
"ctp.cards.expiredCard": string;
|
|
9094
|
+
"ctp.manualCardEntry": string;
|
|
9095
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
9096
|
+
"ctp.errors.NOT_FOUND": string;
|
|
9097
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9098
|
+
"ctp.errors.FRAUD": string;
|
|
9099
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9100
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9101
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9102
|
+
"ctp.errors.CODE_INVALID": string;
|
|
9103
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
9104
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
9105
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9106
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
8017
9107
|
}>;
|
|
8018
9108
|
'pt-BR': () => Promise<{
|
|
8019
9109
|
default: {
|
|
8020
9110
|
payButton: string;
|
|
8021
9111
|
"payButton.redirecting": string;
|
|
9112
|
+
"payButton.with": string;
|
|
8022
9113
|
storeDetails: string;
|
|
8023
9114
|
"creditCard.holderName": string;
|
|
8024
9115
|
"creditCard.holderName.placeholder": string;
|
|
@@ -8247,9 +9338,43 @@ declare const _default: {
|
|
|
8247
9338
|
"upi.vpaWaitingMessage": string;
|
|
8248
9339
|
"upi.modeSelection": string;
|
|
8249
9340
|
"onlineBanking.termsAndConditions": string;
|
|
9341
|
+
"ctp.loading.poweredByCtp": string;
|
|
9342
|
+
"ctp.loading.intro": string;
|
|
9343
|
+
"ctp.login.title": string;
|
|
9344
|
+
"ctp.login.subtitle": string;
|
|
9345
|
+
"ctp.login.inputLabel": string;
|
|
9346
|
+
"ctp.logout.notYou": string;
|
|
9347
|
+
"ctp.logout.notYouCards": string;
|
|
9348
|
+
"ctp.otp.fieldLabel": string;
|
|
9349
|
+
"ctp.otp.resendCode": string;
|
|
9350
|
+
"ctp.otp.codeResent": string;
|
|
9351
|
+
"ctp.otp.title": string;
|
|
9352
|
+
"ctp.otp.subtitle": string;
|
|
9353
|
+
"ctp.emptyCardsView.title": string;
|
|
9354
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
9355
|
+
"ctp.emptyCardsView.button": string;
|
|
9356
|
+
"ctp.separatorText": string;
|
|
9357
|
+
"ctp.cards.title": string;
|
|
9358
|
+
"ctp.cards.subtitle": string;
|
|
9359
|
+
"ctp.cards.cardSelector": string;
|
|
9360
|
+
"ctp.cards.expiredCard": string;
|
|
9361
|
+
"ctp.manualCardEntry": string;
|
|
9362
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
9363
|
+
"ctp.errors.NOT_FOUND": string;
|
|
9364
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9365
|
+
"ctp.errors.FRAUD": string;
|
|
9366
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9367
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9368
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9369
|
+
"ctp.errors.CODE_INVALID": string;
|
|
9370
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
9371
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
9372
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9373
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
8250
9374
|
};
|
|
8251
9375
|
payButton: string;
|
|
8252
9376
|
"payButton.redirecting": string;
|
|
9377
|
+
"payButton.with": string;
|
|
8253
9378
|
storeDetails: string;
|
|
8254
9379
|
"creditCard.holderName": string;
|
|
8255
9380
|
"creditCard.holderName.placeholder": string;
|
|
@@ -8478,11 +9603,45 @@ declare const _default: {
|
|
|
8478
9603
|
"upi.vpaWaitingMessage": string;
|
|
8479
9604
|
"upi.modeSelection": string;
|
|
8480
9605
|
"onlineBanking.termsAndConditions": string;
|
|
9606
|
+
"ctp.loading.poweredByCtp": string;
|
|
9607
|
+
"ctp.loading.intro": string;
|
|
9608
|
+
"ctp.login.title": string;
|
|
9609
|
+
"ctp.login.subtitle": string;
|
|
9610
|
+
"ctp.login.inputLabel": string;
|
|
9611
|
+
"ctp.logout.notYou": string;
|
|
9612
|
+
"ctp.logout.notYouCards": string;
|
|
9613
|
+
"ctp.otp.fieldLabel": string;
|
|
9614
|
+
"ctp.otp.resendCode": string;
|
|
9615
|
+
"ctp.otp.codeResent": string;
|
|
9616
|
+
"ctp.otp.title": string;
|
|
9617
|
+
"ctp.otp.subtitle": string;
|
|
9618
|
+
"ctp.emptyCardsView.title": string;
|
|
9619
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
9620
|
+
"ctp.emptyCardsView.button": string;
|
|
9621
|
+
"ctp.separatorText": string;
|
|
9622
|
+
"ctp.cards.title": string;
|
|
9623
|
+
"ctp.cards.subtitle": string;
|
|
9624
|
+
"ctp.cards.cardSelector": string;
|
|
9625
|
+
"ctp.cards.expiredCard": string;
|
|
9626
|
+
"ctp.manualCardEntry": string;
|
|
9627
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
9628
|
+
"ctp.errors.NOT_FOUND": string;
|
|
9629
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9630
|
+
"ctp.errors.FRAUD": string;
|
|
9631
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9632
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9633
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9634
|
+
"ctp.errors.CODE_INVALID": string;
|
|
9635
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
9636
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
9637
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9638
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
8481
9639
|
}>;
|
|
8482
9640
|
'pt-PT': () => Promise<{
|
|
8483
9641
|
default: {
|
|
8484
9642
|
payButton: string;
|
|
8485
9643
|
"payButton.redirecting": string;
|
|
9644
|
+
"payButton.with": string;
|
|
8486
9645
|
storeDetails: string;
|
|
8487
9646
|
"creditCard.holderName": string;
|
|
8488
9647
|
"creditCard.holderName.placeholder": string;
|
|
@@ -8715,9 +9874,43 @@ declare const _default: {
|
|
|
8715
9874
|
"upi.vpaWaitingMessage": string;
|
|
8716
9875
|
"upi.modeSelection": string;
|
|
8717
9876
|
"onlineBanking.termsAndConditions": string;
|
|
9877
|
+
"ctp.loading.poweredByCtp": string;
|
|
9878
|
+
"ctp.loading.intro": string;
|
|
9879
|
+
"ctp.login.title": string;
|
|
9880
|
+
"ctp.login.subtitle": string;
|
|
9881
|
+
"ctp.login.inputLabel": string;
|
|
9882
|
+
"ctp.logout.notYou": string;
|
|
9883
|
+
"ctp.logout.notYouCards": string;
|
|
9884
|
+
"ctp.otp.fieldLabel": string;
|
|
9885
|
+
"ctp.otp.resendCode": string;
|
|
9886
|
+
"ctp.otp.codeResent": string;
|
|
9887
|
+
"ctp.otp.title": string;
|
|
9888
|
+
"ctp.otp.subtitle": string;
|
|
9889
|
+
"ctp.emptyCardsView.title": string;
|
|
9890
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
9891
|
+
"ctp.emptyCardsView.button": string;
|
|
9892
|
+
"ctp.separatorText": string;
|
|
9893
|
+
"ctp.cards.title": string;
|
|
9894
|
+
"ctp.cards.subtitle": string;
|
|
9895
|
+
"ctp.cards.cardSelector": string;
|
|
9896
|
+
"ctp.cards.expiredCard": string;
|
|
9897
|
+
"ctp.manualCardEntry": string;
|
|
9898
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
9899
|
+
"ctp.errors.NOT_FOUND": string;
|
|
9900
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
9901
|
+
"ctp.errors.FRAUD": string;
|
|
9902
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
9903
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
9904
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
9905
|
+
"ctp.errors.CODE_INVALID": string;
|
|
9906
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
9907
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
9908
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
9909
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
8718
9910
|
};
|
|
8719
9911
|
payButton: string;
|
|
8720
9912
|
"payButton.redirecting": string;
|
|
9913
|
+
"payButton.with": string;
|
|
8721
9914
|
storeDetails: string;
|
|
8722
9915
|
"creditCard.holderName": string;
|
|
8723
9916
|
"creditCard.holderName.placeholder": string;
|
|
@@ -8950,11 +10143,45 @@ declare const _default: {
|
|
|
8950
10143
|
"upi.vpaWaitingMessage": string;
|
|
8951
10144
|
"upi.modeSelection": string;
|
|
8952
10145
|
"onlineBanking.termsAndConditions": string;
|
|
10146
|
+
"ctp.loading.poweredByCtp": string;
|
|
10147
|
+
"ctp.loading.intro": string;
|
|
10148
|
+
"ctp.login.title": string;
|
|
10149
|
+
"ctp.login.subtitle": string;
|
|
10150
|
+
"ctp.login.inputLabel": string;
|
|
10151
|
+
"ctp.logout.notYou": string;
|
|
10152
|
+
"ctp.logout.notYouCards": string;
|
|
10153
|
+
"ctp.otp.fieldLabel": string;
|
|
10154
|
+
"ctp.otp.resendCode": string;
|
|
10155
|
+
"ctp.otp.codeResent": string;
|
|
10156
|
+
"ctp.otp.title": string;
|
|
10157
|
+
"ctp.otp.subtitle": string;
|
|
10158
|
+
"ctp.emptyCardsView.title": string;
|
|
10159
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
10160
|
+
"ctp.emptyCardsView.button": string;
|
|
10161
|
+
"ctp.separatorText": string;
|
|
10162
|
+
"ctp.cards.title": string;
|
|
10163
|
+
"ctp.cards.subtitle": string;
|
|
10164
|
+
"ctp.cards.cardSelector": string;
|
|
10165
|
+
"ctp.cards.expiredCard": string;
|
|
10166
|
+
"ctp.manualCardEntry": string;
|
|
10167
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
10168
|
+
"ctp.errors.NOT_FOUND": string;
|
|
10169
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10170
|
+
"ctp.errors.FRAUD": string;
|
|
10171
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10172
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10173
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10174
|
+
"ctp.errors.CODE_INVALID": string;
|
|
10175
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
10176
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
10177
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10178
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
8953
10179
|
}>;
|
|
8954
10180
|
'ro-RO': () => Promise<{
|
|
8955
10181
|
default: {
|
|
8956
10182
|
payButton: string;
|
|
8957
10183
|
"payButton.redirecting": string;
|
|
10184
|
+
"payButton.with": string;
|
|
8958
10185
|
storeDetails: string;
|
|
8959
10186
|
"creditCard.holderName": string;
|
|
8960
10187
|
"creditCard.holderName.placeholder": string;
|
|
@@ -9185,9 +10412,43 @@ declare const _default: {
|
|
|
9185
10412
|
"upi.vpaWaitingMessage": string;
|
|
9186
10413
|
"upi.modeSelection": string;
|
|
9187
10414
|
"onlineBanking.termsAndConditions": string;
|
|
10415
|
+
"ctp.loading.poweredByCtp": string;
|
|
10416
|
+
"ctp.loading.intro": string;
|
|
10417
|
+
"ctp.login.title": string;
|
|
10418
|
+
"ctp.login.subtitle": string;
|
|
10419
|
+
"ctp.login.inputLabel": string;
|
|
10420
|
+
"ctp.logout.notYou": string;
|
|
10421
|
+
"ctp.logout.notYouCards": string;
|
|
10422
|
+
"ctp.otp.fieldLabel": string;
|
|
10423
|
+
"ctp.otp.resendCode": string;
|
|
10424
|
+
"ctp.otp.codeResent": string;
|
|
10425
|
+
"ctp.otp.title": string;
|
|
10426
|
+
"ctp.otp.subtitle": string;
|
|
10427
|
+
"ctp.emptyCardsView.title": string;
|
|
10428
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
10429
|
+
"ctp.emptyCardsView.button": string;
|
|
10430
|
+
"ctp.separatorText": string;
|
|
10431
|
+
"ctp.cards.title": string;
|
|
10432
|
+
"ctp.cards.subtitle": string;
|
|
10433
|
+
"ctp.cards.cardSelector": string;
|
|
10434
|
+
"ctp.cards.expiredCard": string;
|
|
10435
|
+
"ctp.manualCardEntry": string;
|
|
10436
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
10437
|
+
"ctp.errors.NOT_FOUND": string;
|
|
10438
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10439
|
+
"ctp.errors.FRAUD": string;
|
|
10440
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10441
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10442
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10443
|
+
"ctp.errors.CODE_INVALID": string;
|
|
10444
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
10445
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
10446
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10447
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
9188
10448
|
};
|
|
9189
10449
|
payButton: string;
|
|
9190
10450
|
"payButton.redirecting": string;
|
|
10451
|
+
"payButton.with": string;
|
|
9191
10452
|
storeDetails: string;
|
|
9192
10453
|
"creditCard.holderName": string;
|
|
9193
10454
|
"creditCard.holderName.placeholder": string;
|
|
@@ -9418,11 +10679,45 @@ declare const _default: {
|
|
|
9418
10679
|
"upi.vpaWaitingMessage": string;
|
|
9419
10680
|
"upi.modeSelection": string;
|
|
9420
10681
|
"onlineBanking.termsAndConditions": string;
|
|
10682
|
+
"ctp.loading.poweredByCtp": string;
|
|
10683
|
+
"ctp.loading.intro": string;
|
|
10684
|
+
"ctp.login.title": string;
|
|
10685
|
+
"ctp.login.subtitle": string;
|
|
10686
|
+
"ctp.login.inputLabel": string;
|
|
10687
|
+
"ctp.logout.notYou": string;
|
|
10688
|
+
"ctp.logout.notYouCards": string;
|
|
10689
|
+
"ctp.otp.fieldLabel": string;
|
|
10690
|
+
"ctp.otp.resendCode": string;
|
|
10691
|
+
"ctp.otp.codeResent": string;
|
|
10692
|
+
"ctp.otp.title": string;
|
|
10693
|
+
"ctp.otp.subtitle": string;
|
|
10694
|
+
"ctp.emptyCardsView.title": string;
|
|
10695
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
10696
|
+
"ctp.emptyCardsView.button": string;
|
|
10697
|
+
"ctp.separatorText": string;
|
|
10698
|
+
"ctp.cards.title": string;
|
|
10699
|
+
"ctp.cards.subtitle": string;
|
|
10700
|
+
"ctp.cards.cardSelector": string;
|
|
10701
|
+
"ctp.cards.expiredCard": string;
|
|
10702
|
+
"ctp.manualCardEntry": string;
|
|
10703
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
10704
|
+
"ctp.errors.NOT_FOUND": string;
|
|
10705
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10706
|
+
"ctp.errors.FRAUD": string;
|
|
10707
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10708
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10709
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10710
|
+
"ctp.errors.CODE_INVALID": string;
|
|
10711
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
10712
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
10713
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10714
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
9421
10715
|
}>;
|
|
9422
10716
|
'ru-RU': () => Promise<{
|
|
9423
10717
|
default: {
|
|
9424
10718
|
payButton: string;
|
|
9425
10719
|
"payButton.redirecting": string;
|
|
10720
|
+
"payButton.with": string;
|
|
9426
10721
|
storeDetails: string;
|
|
9427
10722
|
"creditCard.holderName": string;
|
|
9428
10723
|
"creditCard.holderName.placeholder": string;
|
|
@@ -9650,9 +10945,43 @@ declare const _default: {
|
|
|
9650
10945
|
"upi.vpaWaitingMessage": string;
|
|
9651
10946
|
"upi.modeSelection": string;
|
|
9652
10947
|
"onlineBanking.termsAndConditions": string;
|
|
10948
|
+
"ctp.loading.poweredByCtp": string;
|
|
10949
|
+
"ctp.loading.intro": string;
|
|
10950
|
+
"ctp.login.title": string;
|
|
10951
|
+
"ctp.login.subtitle": string;
|
|
10952
|
+
"ctp.login.inputLabel": string;
|
|
10953
|
+
"ctp.logout.notYou": string;
|
|
10954
|
+
"ctp.logout.notYouCards": string;
|
|
10955
|
+
"ctp.otp.fieldLabel": string;
|
|
10956
|
+
"ctp.otp.resendCode": string;
|
|
10957
|
+
"ctp.otp.codeResent": string;
|
|
10958
|
+
"ctp.otp.title": string;
|
|
10959
|
+
"ctp.otp.subtitle": string;
|
|
10960
|
+
"ctp.emptyCardsView.title": string;
|
|
10961
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
10962
|
+
"ctp.emptyCardsView.button": string;
|
|
10963
|
+
"ctp.separatorText": string;
|
|
10964
|
+
"ctp.cards.title": string;
|
|
10965
|
+
"ctp.cards.subtitle": string;
|
|
10966
|
+
"ctp.cards.cardSelector": string;
|
|
10967
|
+
"ctp.cards.expiredCard": string;
|
|
10968
|
+
"ctp.manualCardEntry": string;
|
|
10969
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
10970
|
+
"ctp.errors.NOT_FOUND": string;
|
|
10971
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
10972
|
+
"ctp.errors.FRAUD": string;
|
|
10973
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
10974
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
10975
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
10976
|
+
"ctp.errors.CODE_INVALID": string;
|
|
10977
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
10978
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
10979
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
10980
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
9653
10981
|
};
|
|
9654
10982
|
payButton: string;
|
|
9655
10983
|
"payButton.redirecting": string;
|
|
10984
|
+
"payButton.with": string;
|
|
9656
10985
|
storeDetails: string;
|
|
9657
10986
|
"creditCard.holderName": string;
|
|
9658
10987
|
"creditCard.holderName.placeholder": string;
|
|
@@ -9880,11 +11209,45 @@ declare const _default: {
|
|
|
9880
11209
|
"upi.vpaWaitingMessage": string;
|
|
9881
11210
|
"upi.modeSelection": string;
|
|
9882
11211
|
"onlineBanking.termsAndConditions": string;
|
|
11212
|
+
"ctp.loading.poweredByCtp": string;
|
|
11213
|
+
"ctp.loading.intro": string;
|
|
11214
|
+
"ctp.login.title": string;
|
|
11215
|
+
"ctp.login.subtitle": string;
|
|
11216
|
+
"ctp.login.inputLabel": string;
|
|
11217
|
+
"ctp.logout.notYou": string;
|
|
11218
|
+
"ctp.logout.notYouCards": string;
|
|
11219
|
+
"ctp.otp.fieldLabel": string;
|
|
11220
|
+
"ctp.otp.resendCode": string;
|
|
11221
|
+
"ctp.otp.codeResent": string;
|
|
11222
|
+
"ctp.otp.title": string;
|
|
11223
|
+
"ctp.otp.subtitle": string;
|
|
11224
|
+
"ctp.emptyCardsView.title": string;
|
|
11225
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
11226
|
+
"ctp.emptyCardsView.button": string;
|
|
11227
|
+
"ctp.separatorText": string;
|
|
11228
|
+
"ctp.cards.title": string;
|
|
11229
|
+
"ctp.cards.subtitle": string;
|
|
11230
|
+
"ctp.cards.cardSelector": string;
|
|
11231
|
+
"ctp.cards.expiredCard": string;
|
|
11232
|
+
"ctp.manualCardEntry": string;
|
|
11233
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
11234
|
+
"ctp.errors.NOT_FOUND": string;
|
|
11235
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11236
|
+
"ctp.errors.FRAUD": string;
|
|
11237
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11238
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11239
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11240
|
+
"ctp.errors.CODE_INVALID": string;
|
|
11241
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
11242
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
11243
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
11244
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
9883
11245
|
}>;
|
|
9884
11246
|
'sk-SK': () => Promise<{
|
|
9885
11247
|
default: {
|
|
9886
11248
|
payButton: string;
|
|
9887
11249
|
"payButton.redirecting": string;
|
|
11250
|
+
"payButton.with": string;
|
|
9888
11251
|
storeDetails: string;
|
|
9889
11252
|
"creditCard.holderName": string;
|
|
9890
11253
|
"creditCard.holderName.placeholder": string;
|
|
@@ -10115,9 +11478,43 @@ declare const _default: {
|
|
|
10115
11478
|
"upi.vpaWaitingMessage": string;
|
|
10116
11479
|
"upi.modeSelection": string;
|
|
10117
11480
|
"onlineBanking.termsAndConditions": string;
|
|
11481
|
+
"ctp.loading.poweredByCtp": string;
|
|
11482
|
+
"ctp.loading.intro": string;
|
|
11483
|
+
"ctp.login.title": string;
|
|
11484
|
+
"ctp.login.subtitle": string;
|
|
11485
|
+
"ctp.login.inputLabel": string;
|
|
11486
|
+
"ctp.logout.notYou": string;
|
|
11487
|
+
"ctp.logout.notYouCards": string;
|
|
11488
|
+
"ctp.otp.fieldLabel": string;
|
|
11489
|
+
"ctp.otp.resendCode": string;
|
|
11490
|
+
"ctp.otp.codeResent": string;
|
|
11491
|
+
"ctp.otp.title": string;
|
|
11492
|
+
"ctp.otp.subtitle": string;
|
|
11493
|
+
"ctp.emptyCardsView.title": string;
|
|
11494
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
11495
|
+
"ctp.emptyCardsView.button": string;
|
|
11496
|
+
"ctp.separatorText": string;
|
|
11497
|
+
"ctp.cards.title": string;
|
|
11498
|
+
"ctp.cards.subtitle": string;
|
|
11499
|
+
"ctp.cards.cardSelector": string;
|
|
11500
|
+
"ctp.cards.expiredCard": string;
|
|
11501
|
+
"ctp.manualCardEntry": string;
|
|
11502
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
11503
|
+
"ctp.errors.NOT_FOUND": string;
|
|
11504
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11505
|
+
"ctp.errors.FRAUD": string;
|
|
11506
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11507
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11508
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11509
|
+
"ctp.errors.CODE_INVALID": string;
|
|
11510
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
11511
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
11512
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
11513
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
10118
11514
|
};
|
|
10119
11515
|
payButton: string;
|
|
10120
11516
|
"payButton.redirecting": string;
|
|
11517
|
+
"payButton.with": string;
|
|
10121
11518
|
storeDetails: string;
|
|
10122
11519
|
"creditCard.holderName": string;
|
|
10123
11520
|
"creditCard.holderName.placeholder": string;
|
|
@@ -10348,11 +11745,45 @@ declare const _default: {
|
|
|
10348
11745
|
"upi.vpaWaitingMessage": string;
|
|
10349
11746
|
"upi.modeSelection": string;
|
|
10350
11747
|
"onlineBanking.termsAndConditions": string;
|
|
11748
|
+
"ctp.loading.poweredByCtp": string;
|
|
11749
|
+
"ctp.loading.intro": string;
|
|
11750
|
+
"ctp.login.title": string;
|
|
11751
|
+
"ctp.login.subtitle": string;
|
|
11752
|
+
"ctp.login.inputLabel": string;
|
|
11753
|
+
"ctp.logout.notYou": string;
|
|
11754
|
+
"ctp.logout.notYouCards": string;
|
|
11755
|
+
"ctp.otp.fieldLabel": string;
|
|
11756
|
+
"ctp.otp.resendCode": string;
|
|
11757
|
+
"ctp.otp.codeResent": string;
|
|
11758
|
+
"ctp.otp.title": string;
|
|
11759
|
+
"ctp.otp.subtitle": string;
|
|
11760
|
+
"ctp.emptyCardsView.title": string;
|
|
11761
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
11762
|
+
"ctp.emptyCardsView.button": string;
|
|
11763
|
+
"ctp.separatorText": string;
|
|
11764
|
+
"ctp.cards.title": string;
|
|
11765
|
+
"ctp.cards.subtitle": string;
|
|
11766
|
+
"ctp.cards.cardSelector": string;
|
|
11767
|
+
"ctp.cards.expiredCard": string;
|
|
11768
|
+
"ctp.manualCardEntry": string;
|
|
11769
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
11770
|
+
"ctp.errors.NOT_FOUND": string;
|
|
11771
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
11772
|
+
"ctp.errors.FRAUD": string;
|
|
11773
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
11774
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
11775
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
11776
|
+
"ctp.errors.CODE_INVALID": string;
|
|
11777
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
11778
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
11779
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
11780
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
10351
11781
|
}>;
|
|
10352
11782
|
'sl-SI': () => Promise<{
|
|
10353
11783
|
default: {
|
|
10354
11784
|
payButton: string;
|
|
10355
11785
|
"payButton.redirecting": string;
|
|
11786
|
+
"payButton.with": string;
|
|
10356
11787
|
storeDetails: string;
|
|
10357
11788
|
"creditCard.holderName": string;
|
|
10358
11789
|
"creditCard.holderName.placeholder": string;
|
|
@@ -10583,9 +12014,43 @@ declare const _default: {
|
|
|
10583
12014
|
"upi.vpaWaitingMessage": string;
|
|
10584
12015
|
"upi.modeSelection": string;
|
|
10585
12016
|
"onlineBanking.termsAndConditions": string;
|
|
12017
|
+
"ctp.loading.poweredByCtp": string;
|
|
12018
|
+
"ctp.loading.intro": string;
|
|
12019
|
+
"ctp.login.title": string;
|
|
12020
|
+
"ctp.login.subtitle": string;
|
|
12021
|
+
"ctp.login.inputLabel": string;
|
|
12022
|
+
"ctp.logout.notYou": string;
|
|
12023
|
+
"ctp.logout.notYouCards": string;
|
|
12024
|
+
"ctp.otp.fieldLabel": string;
|
|
12025
|
+
"ctp.otp.resendCode": string;
|
|
12026
|
+
"ctp.otp.codeResent": string;
|
|
12027
|
+
"ctp.otp.title": string;
|
|
12028
|
+
"ctp.otp.subtitle": string;
|
|
12029
|
+
"ctp.emptyCardsView.title": string;
|
|
12030
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
12031
|
+
"ctp.emptyCardsView.button": string;
|
|
12032
|
+
"ctp.separatorText": string;
|
|
12033
|
+
"ctp.cards.title": string;
|
|
12034
|
+
"ctp.cards.subtitle": string;
|
|
12035
|
+
"ctp.cards.cardSelector": string;
|
|
12036
|
+
"ctp.cards.expiredCard": string;
|
|
12037
|
+
"ctp.manualCardEntry": string;
|
|
12038
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
12039
|
+
"ctp.errors.NOT_FOUND": string;
|
|
12040
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12041
|
+
"ctp.errors.FRAUD": string;
|
|
12042
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12043
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12044
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12045
|
+
"ctp.errors.CODE_INVALID": string;
|
|
12046
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
12047
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
12048
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12049
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
10586
12050
|
};
|
|
10587
12051
|
payButton: string;
|
|
10588
12052
|
"payButton.redirecting": string;
|
|
12053
|
+
"payButton.with": string;
|
|
10589
12054
|
storeDetails: string;
|
|
10590
12055
|
"creditCard.holderName": string;
|
|
10591
12056
|
"creditCard.holderName.placeholder": string;
|
|
@@ -10816,11 +12281,45 @@ declare const _default: {
|
|
|
10816
12281
|
"upi.vpaWaitingMessage": string;
|
|
10817
12282
|
"upi.modeSelection": string;
|
|
10818
12283
|
"onlineBanking.termsAndConditions": string;
|
|
12284
|
+
"ctp.loading.poweredByCtp": string;
|
|
12285
|
+
"ctp.loading.intro": string;
|
|
12286
|
+
"ctp.login.title": string;
|
|
12287
|
+
"ctp.login.subtitle": string;
|
|
12288
|
+
"ctp.login.inputLabel": string;
|
|
12289
|
+
"ctp.logout.notYou": string;
|
|
12290
|
+
"ctp.logout.notYouCards": string;
|
|
12291
|
+
"ctp.otp.fieldLabel": string;
|
|
12292
|
+
"ctp.otp.resendCode": string;
|
|
12293
|
+
"ctp.otp.codeResent": string;
|
|
12294
|
+
"ctp.otp.title": string;
|
|
12295
|
+
"ctp.otp.subtitle": string;
|
|
12296
|
+
"ctp.emptyCardsView.title": string;
|
|
12297
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
12298
|
+
"ctp.emptyCardsView.button": string;
|
|
12299
|
+
"ctp.separatorText": string;
|
|
12300
|
+
"ctp.cards.title": string;
|
|
12301
|
+
"ctp.cards.subtitle": string;
|
|
12302
|
+
"ctp.cards.cardSelector": string;
|
|
12303
|
+
"ctp.cards.expiredCard": string;
|
|
12304
|
+
"ctp.manualCardEntry": string;
|
|
12305
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
12306
|
+
"ctp.errors.NOT_FOUND": string;
|
|
12307
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12308
|
+
"ctp.errors.FRAUD": string;
|
|
12309
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12310
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12311
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12312
|
+
"ctp.errors.CODE_INVALID": string;
|
|
12313
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
12314
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
12315
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12316
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
10819
12317
|
}>;
|
|
10820
12318
|
'sv-SE': () => Promise<{
|
|
10821
12319
|
default: {
|
|
10822
12320
|
payButton: string;
|
|
10823
12321
|
"payButton.redirecting": string;
|
|
12322
|
+
"payButton.with": string;
|
|
10824
12323
|
storeDetails: string;
|
|
10825
12324
|
"creditCard.holderName": string;
|
|
10826
12325
|
"creditCard.holderName.placeholder": string;
|
|
@@ -11051,9 +12550,43 @@ declare const _default: {
|
|
|
11051
12550
|
"upi.vpaWaitingMessage": string;
|
|
11052
12551
|
"upi.modeSelection": string;
|
|
11053
12552
|
"onlineBanking.termsAndConditions": string;
|
|
12553
|
+
"ctp.loading.poweredByCtp": string;
|
|
12554
|
+
"ctp.loading.intro": string;
|
|
12555
|
+
"ctp.login.title": string;
|
|
12556
|
+
"ctp.login.subtitle": string;
|
|
12557
|
+
"ctp.login.inputLabel": string;
|
|
12558
|
+
"ctp.logout.notYou": string;
|
|
12559
|
+
"ctp.logout.notYouCards": string;
|
|
12560
|
+
"ctp.otp.fieldLabel": string;
|
|
12561
|
+
"ctp.otp.resendCode": string;
|
|
12562
|
+
"ctp.otp.codeResent": string;
|
|
12563
|
+
"ctp.otp.title": string;
|
|
12564
|
+
"ctp.otp.subtitle": string;
|
|
12565
|
+
"ctp.emptyCardsView.title": string;
|
|
12566
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
12567
|
+
"ctp.emptyCardsView.button": string;
|
|
12568
|
+
"ctp.separatorText": string;
|
|
12569
|
+
"ctp.cards.title": string;
|
|
12570
|
+
"ctp.cards.subtitle": string;
|
|
12571
|
+
"ctp.cards.cardSelector": string;
|
|
12572
|
+
"ctp.cards.expiredCard": string;
|
|
12573
|
+
"ctp.manualCardEntry": string;
|
|
12574
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
12575
|
+
"ctp.errors.NOT_FOUND": string;
|
|
12576
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12577
|
+
"ctp.errors.FRAUD": string;
|
|
12578
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12579
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12580
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12581
|
+
"ctp.errors.CODE_INVALID": string;
|
|
12582
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
12583
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
12584
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12585
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
11054
12586
|
};
|
|
11055
12587
|
payButton: string;
|
|
11056
12588
|
"payButton.redirecting": string;
|
|
12589
|
+
"payButton.with": string;
|
|
11057
12590
|
storeDetails: string;
|
|
11058
12591
|
"creditCard.holderName": string;
|
|
11059
12592
|
"creditCard.holderName.placeholder": string;
|
|
@@ -11284,11 +12817,45 @@ declare const _default: {
|
|
|
11284
12817
|
"upi.vpaWaitingMessage": string;
|
|
11285
12818
|
"upi.modeSelection": string;
|
|
11286
12819
|
"onlineBanking.termsAndConditions": string;
|
|
12820
|
+
"ctp.loading.poweredByCtp": string;
|
|
12821
|
+
"ctp.loading.intro": string;
|
|
12822
|
+
"ctp.login.title": string;
|
|
12823
|
+
"ctp.login.subtitle": string;
|
|
12824
|
+
"ctp.login.inputLabel": string;
|
|
12825
|
+
"ctp.logout.notYou": string;
|
|
12826
|
+
"ctp.logout.notYouCards": string;
|
|
12827
|
+
"ctp.otp.fieldLabel": string;
|
|
12828
|
+
"ctp.otp.resendCode": string;
|
|
12829
|
+
"ctp.otp.codeResent": string;
|
|
12830
|
+
"ctp.otp.title": string;
|
|
12831
|
+
"ctp.otp.subtitle": string;
|
|
12832
|
+
"ctp.emptyCardsView.title": string;
|
|
12833
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
12834
|
+
"ctp.emptyCardsView.button": string;
|
|
12835
|
+
"ctp.separatorText": string;
|
|
12836
|
+
"ctp.cards.title": string;
|
|
12837
|
+
"ctp.cards.subtitle": string;
|
|
12838
|
+
"ctp.cards.cardSelector": string;
|
|
12839
|
+
"ctp.cards.expiredCard": string;
|
|
12840
|
+
"ctp.manualCardEntry": string;
|
|
12841
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
12842
|
+
"ctp.errors.NOT_FOUND": string;
|
|
12843
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
12844
|
+
"ctp.errors.FRAUD": string;
|
|
12845
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
12846
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
12847
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
12848
|
+
"ctp.errors.CODE_INVALID": string;
|
|
12849
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
12850
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
12851
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
12852
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
11287
12853
|
}>;
|
|
11288
12854
|
'zh-CN': () => Promise<{
|
|
11289
12855
|
default: {
|
|
11290
12856
|
payButton: string;
|
|
11291
12857
|
"payButton.redirecting": string;
|
|
12858
|
+
"payButton.with": string;
|
|
11292
12859
|
storeDetails: string;
|
|
11293
12860
|
"creditCard.holderName": string;
|
|
11294
12861
|
"creditCard.holderName.placeholder": string;
|
|
@@ -11518,9 +13085,43 @@ declare const _default: {
|
|
|
11518
13085
|
"upi.vpaWaitingMessage": string;
|
|
11519
13086
|
"upi.modeSelection": string;
|
|
11520
13087
|
"onlineBanking.termsAndConditions": string;
|
|
13088
|
+
"ctp.loading.poweredByCtp": string;
|
|
13089
|
+
"ctp.loading.intro": string;
|
|
13090
|
+
"ctp.login.title": string;
|
|
13091
|
+
"ctp.login.subtitle": string;
|
|
13092
|
+
"ctp.login.inputLabel": string;
|
|
13093
|
+
"ctp.logout.notYou": string;
|
|
13094
|
+
"ctp.logout.notYouCards": string;
|
|
13095
|
+
"ctp.otp.fieldLabel": string;
|
|
13096
|
+
"ctp.otp.resendCode": string;
|
|
13097
|
+
"ctp.otp.codeResent": string;
|
|
13098
|
+
"ctp.otp.title": string;
|
|
13099
|
+
"ctp.otp.subtitle": string;
|
|
13100
|
+
"ctp.emptyCardsView.title": string;
|
|
13101
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
13102
|
+
"ctp.emptyCardsView.button": string;
|
|
13103
|
+
"ctp.separatorText": string;
|
|
13104
|
+
"ctp.cards.title": string;
|
|
13105
|
+
"ctp.cards.subtitle": string;
|
|
13106
|
+
"ctp.cards.cardSelector": string;
|
|
13107
|
+
"ctp.cards.expiredCard": string;
|
|
13108
|
+
"ctp.manualCardEntry": string;
|
|
13109
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
13110
|
+
"ctp.errors.NOT_FOUND": string;
|
|
13111
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13112
|
+
"ctp.errors.FRAUD": string;
|
|
13113
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13114
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13115
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13116
|
+
"ctp.errors.CODE_INVALID": string;
|
|
13117
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
13118
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
13119
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13120
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
11521
13121
|
};
|
|
11522
13122
|
payButton: string;
|
|
11523
13123
|
"payButton.redirecting": string;
|
|
13124
|
+
"payButton.with": string;
|
|
11524
13125
|
storeDetails: string;
|
|
11525
13126
|
"creditCard.holderName": string;
|
|
11526
13127
|
"creditCard.holderName.placeholder": string;
|
|
@@ -11750,11 +13351,45 @@ declare const _default: {
|
|
|
11750
13351
|
"upi.vpaWaitingMessage": string;
|
|
11751
13352
|
"upi.modeSelection": string;
|
|
11752
13353
|
"onlineBanking.termsAndConditions": string;
|
|
13354
|
+
"ctp.loading.poweredByCtp": string;
|
|
13355
|
+
"ctp.loading.intro": string;
|
|
13356
|
+
"ctp.login.title": string;
|
|
13357
|
+
"ctp.login.subtitle": string;
|
|
13358
|
+
"ctp.login.inputLabel": string;
|
|
13359
|
+
"ctp.logout.notYou": string;
|
|
13360
|
+
"ctp.logout.notYouCards": string;
|
|
13361
|
+
"ctp.otp.fieldLabel": string;
|
|
13362
|
+
"ctp.otp.resendCode": string;
|
|
13363
|
+
"ctp.otp.codeResent": string;
|
|
13364
|
+
"ctp.otp.title": string;
|
|
13365
|
+
"ctp.otp.subtitle": string;
|
|
13366
|
+
"ctp.emptyCardsView.title": string;
|
|
13367
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
13368
|
+
"ctp.emptyCardsView.button": string;
|
|
13369
|
+
"ctp.separatorText": string;
|
|
13370
|
+
"ctp.cards.title": string;
|
|
13371
|
+
"ctp.cards.subtitle": string;
|
|
13372
|
+
"ctp.cards.cardSelector": string;
|
|
13373
|
+
"ctp.cards.expiredCard": string;
|
|
13374
|
+
"ctp.manualCardEntry": string;
|
|
13375
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
13376
|
+
"ctp.errors.NOT_FOUND": string;
|
|
13377
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13378
|
+
"ctp.errors.FRAUD": string;
|
|
13379
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13380
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13381
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13382
|
+
"ctp.errors.CODE_INVALID": string;
|
|
13383
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
13384
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
13385
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13386
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
11753
13387
|
}>;
|
|
11754
13388
|
'zh-TW': () => Promise<{
|
|
11755
13389
|
default: {
|
|
11756
13390
|
payButton: string;
|
|
11757
13391
|
"payButton.redirecting": string;
|
|
13392
|
+
"payButton.with": string;
|
|
11758
13393
|
storeDetails: string;
|
|
11759
13394
|
"creditCard.holderName": string;
|
|
11760
13395
|
"creditCard.holderName.placeholder": string;
|
|
@@ -11985,9 +13620,43 @@ declare const _default: {
|
|
|
11985
13620
|
"upi.vpaWaitingMessage": string;
|
|
11986
13621
|
"upi.modeSelection": string;
|
|
11987
13622
|
"onlineBanking.termsAndConditions": string;
|
|
13623
|
+
"ctp.loading.poweredByCtp": string;
|
|
13624
|
+
"ctp.loading.intro": string;
|
|
13625
|
+
"ctp.login.title": string;
|
|
13626
|
+
"ctp.login.subtitle": string;
|
|
13627
|
+
"ctp.login.inputLabel": string;
|
|
13628
|
+
"ctp.logout.notYou": string;
|
|
13629
|
+
"ctp.logout.notYouCards": string;
|
|
13630
|
+
"ctp.otp.fieldLabel": string;
|
|
13631
|
+
"ctp.otp.resendCode": string;
|
|
13632
|
+
"ctp.otp.codeResent": string;
|
|
13633
|
+
"ctp.otp.title": string;
|
|
13634
|
+
"ctp.otp.subtitle": string;
|
|
13635
|
+
"ctp.emptyCardsView.title": string;
|
|
13636
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
13637
|
+
"ctp.emptyCardsView.button": string;
|
|
13638
|
+
"ctp.separatorText": string;
|
|
13639
|
+
"ctp.cards.title": string;
|
|
13640
|
+
"ctp.cards.subtitle": string;
|
|
13641
|
+
"ctp.cards.cardSelector": string;
|
|
13642
|
+
"ctp.cards.expiredCard": string;
|
|
13643
|
+
"ctp.manualCardEntry": string;
|
|
13644
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
13645
|
+
"ctp.errors.NOT_FOUND": string;
|
|
13646
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13647
|
+
"ctp.errors.FRAUD": string;
|
|
13648
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13649
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13650
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13651
|
+
"ctp.errors.CODE_INVALID": string;
|
|
13652
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
13653
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
13654
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13655
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
11988
13656
|
};
|
|
11989
13657
|
payButton: string;
|
|
11990
13658
|
"payButton.redirecting": string;
|
|
13659
|
+
"payButton.with": string;
|
|
11991
13660
|
storeDetails: string;
|
|
11992
13661
|
"creditCard.holderName": string;
|
|
11993
13662
|
"creditCard.holderName.placeholder": string;
|
|
@@ -12218,6 +13887,39 @@ declare const _default: {
|
|
|
12218
13887
|
"upi.vpaWaitingMessage": string;
|
|
12219
13888
|
"upi.modeSelection": string;
|
|
12220
13889
|
"onlineBanking.termsAndConditions": string;
|
|
13890
|
+
"ctp.loading.poweredByCtp": string;
|
|
13891
|
+
"ctp.loading.intro": string;
|
|
13892
|
+
"ctp.login.title": string;
|
|
13893
|
+
"ctp.login.subtitle": string;
|
|
13894
|
+
"ctp.login.inputLabel": string;
|
|
13895
|
+
"ctp.logout.notYou": string;
|
|
13896
|
+
"ctp.logout.notYouCards": string;
|
|
13897
|
+
"ctp.otp.fieldLabel": string;
|
|
13898
|
+
"ctp.otp.resendCode": string;
|
|
13899
|
+
"ctp.otp.codeResent": string;
|
|
13900
|
+
"ctp.otp.title": string;
|
|
13901
|
+
"ctp.otp.subtitle": string;
|
|
13902
|
+
"ctp.emptyCardsView.title": string;
|
|
13903
|
+
"ctp.emptyCardsView.subtitle": string;
|
|
13904
|
+
"ctp.emptyCardsView.button": string;
|
|
13905
|
+
"ctp.separatorText": string;
|
|
13906
|
+
"ctp.cards.title": string;
|
|
13907
|
+
"ctp.cards.subtitle": string;
|
|
13908
|
+
"ctp.cards.cardSelector": string;
|
|
13909
|
+
"ctp.cards.expiredCard": string;
|
|
13910
|
+
"ctp.manualCardEntry": string;
|
|
13911
|
+
"ctp.errors.AUTH_INVALID": string;
|
|
13912
|
+
"ctp.errors.NOT_FOUND": string;
|
|
13913
|
+
"ctp.errors.ID_FORMAT_UNSUPPORTED": string;
|
|
13914
|
+
"ctp.errors.FRAUD": string;
|
|
13915
|
+
"ctp.errors.CONSUMER_ID_MISSING": string;
|
|
13916
|
+
"ctp.errors.ACCT_INACCESSIBLE": string;
|
|
13917
|
+
"ctp.errors.UNKNOWN_ERROR": string;
|
|
13918
|
+
"ctp.errors.CODE_INVALID": string;
|
|
13919
|
+
"ctp.errors.CODE_EXPIRED": string;
|
|
13920
|
+
"ctp.errors.INVALID_PARAMETER": string;
|
|
13921
|
+
"ctp.errors.RETRIES_EXCEEDED": string;
|
|
13922
|
+
"ctp.errors.OTP_SEND_FAILED": string;
|
|
12221
13923
|
}>;
|
|
12222
13924
|
};
|
|
12223
13925
|
export default _default;
|