@adyen/adyen-web 5.53.3 → 5.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/adyen.css +6 -5
- 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 +6 -5
- package/dist/cjs/adyen.css.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/es/adyen.css +6 -5
- 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 +6 -5
- 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/ANCV/ANCV.d.ts +6 -0
- package/dist/types/components/Card/components/CardInput/components/CardFieldsWrapper.d.ts +3 -1
- package/dist/types/components/Card/components/CardInput/types.d.ts +3 -1
- package/dist/types/components/Doku/Doku.d.ts +0 -1
- package/dist/types/components/Econtext/Econtext.d.ts +0 -1
- package/dist/types/components/Giropay/Giropay.d.ts +0 -8
- package/dist/types/components/Redirect/Redirect.d.ts +2 -1
- package/dist/types/components/SecuredFields/SecuredFields.d.ts +0 -1
- package/dist/types/components/internal/Address/components/AddressSearch.d.ts +9 -2
- package/dist/types/components/internal/Address/types.d.ts +3 -1
- package/dist/types/components/internal/ClickToPay/components/CtPOneTimePassword/CtPSaveCookiesCheckbox/CtPSaveCookiesCheckbox.d.ts +4 -0
- package/dist/types/components/internal/ClickToPay/components/CtPOneTimePassword/CtPSaveCookiesCheckbox/index.d.ts +1 -0
- package/dist/types/components/internal/ClickToPay/context/ClickToPayContext.d.ts +2 -0
- package/dist/types/components/internal/ClickToPay/services/ClickToPayService.d.ts +5 -0
- package/dist/types/components/internal/ClickToPay/services/sdks/types.d.ts +10 -0
- package/dist/types/components/internal/ClickToPay/services/types.d.ts +2 -0
- package/dist/types/components/internal/FormFields/InputEmail.d.ts +2 -1
- package/dist/types/components/internal/FormFields/Select/Select.d.ts +1 -1
- package/dist/types/components/internal/FormFields/Select/types.d.ts +1 -0
- package/dist/types/components/internal/SecuredFields/lib/configuration/constants.d.ts +1 -1
- package/dist/types/language/config.d.ts +2 -0
- package/dist/types/language/locales/index.d.ts +104 -0
- package/dist/types/utils/detectInIframeInSameOrigin.d.ts +7 -0
- package/dist/types/utils/isScreenSmall.d.ts +2 -0
- package/package.json +11 -11
- package/dist/types/components/ClickToPay/ClickToPay.spec.d.ts +0 -1
- package/dist/types/components/OnlinebankingPL/OnlineBankingPL.spec.d.ts +0 -1
- package/dist/types/components/Oxxo/Oxxo.spec.d.ts +0 -1
- package/dist/types/components/PayByBank/PayByBank.spec.d.ts +0 -1
- package/dist/types/utils/detectInIframe.d.ts +0 -2
|
@@ -6,6 +6,7 @@ declare const _default: {
|
|
|
6
6
|
"payButton.with": string;
|
|
7
7
|
close: string;
|
|
8
8
|
storeDetails: string;
|
|
9
|
+
readMore: string;
|
|
9
10
|
"creditCard.holderName": string;
|
|
10
11
|
"creditCard.holderName.placeholder": string;
|
|
11
12
|
"creditCard.holderName.invalid": string;
|
|
@@ -262,6 +263,7 @@ declare const _default: {
|
|
|
262
263
|
"ctp.otp.subtitle": string;
|
|
263
264
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
264
265
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
266
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
265
267
|
"ctp.emptyProfile.message": string;
|
|
266
268
|
"ctp.separatorText": string;
|
|
267
269
|
"ctp.cards.title": string;
|
|
@@ -308,6 +310,7 @@ declare const _default: {
|
|
|
308
310
|
"payButton.with": string;
|
|
309
311
|
close: string;
|
|
310
312
|
storeDetails: string;
|
|
313
|
+
readMore: string;
|
|
311
314
|
"creditCard.holderName": string;
|
|
312
315
|
"creditCard.holderName.placeholder": string;
|
|
313
316
|
"creditCard.holderName.invalid": string;
|
|
@@ -564,6 +567,7 @@ declare const _default: {
|
|
|
564
567
|
"ctp.otp.subtitle": string;
|
|
565
568
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
566
569
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
570
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
567
571
|
"ctp.emptyProfile.message": string;
|
|
568
572
|
"ctp.separatorText": string;
|
|
569
573
|
"ctp.cards.title": string;
|
|
@@ -612,6 +616,7 @@ declare const _default: {
|
|
|
612
616
|
"payButton.with": string;
|
|
613
617
|
close: string;
|
|
614
618
|
storeDetails: string;
|
|
619
|
+
readMore: string;
|
|
615
620
|
"creditCard.holderName": string;
|
|
616
621
|
"creditCard.holderName.placeholder": string;
|
|
617
622
|
"creditCard.holderName.invalid": string;
|
|
@@ -867,6 +872,7 @@ declare const _default: {
|
|
|
867
872
|
"ctp.otp.subtitle": string;
|
|
868
873
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
869
874
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
875
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
870
876
|
"ctp.emptyProfile.message": string;
|
|
871
877
|
"ctp.separatorText": string;
|
|
872
878
|
"ctp.cards.title": string;
|
|
@@ -910,6 +916,7 @@ declare const _default: {
|
|
|
910
916
|
"payButton.with": string;
|
|
911
917
|
close: string;
|
|
912
918
|
storeDetails: string;
|
|
919
|
+
readMore: string;
|
|
913
920
|
"creditCard.holderName": string;
|
|
914
921
|
"creditCard.holderName.placeholder": string;
|
|
915
922
|
"creditCard.holderName.invalid": string;
|
|
@@ -1165,6 +1172,7 @@ declare const _default: {
|
|
|
1165
1172
|
"ctp.otp.subtitle": string;
|
|
1166
1173
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
1167
1174
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
1175
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
1168
1176
|
"ctp.emptyProfile.message": string;
|
|
1169
1177
|
"ctp.separatorText": string;
|
|
1170
1178
|
"ctp.cards.title": string;
|
|
@@ -1210,6 +1218,7 @@ declare const _default: {
|
|
|
1210
1218
|
"payButton.with": string;
|
|
1211
1219
|
close: string;
|
|
1212
1220
|
storeDetails: string;
|
|
1221
|
+
readMore: string;
|
|
1213
1222
|
"creditCard.holderName": string;
|
|
1214
1223
|
"creditCard.holderName.placeholder": string;
|
|
1215
1224
|
"creditCard.holderName.invalid": string;
|
|
@@ -1466,6 +1475,7 @@ declare const _default: {
|
|
|
1466
1475
|
"ctp.otp.subtitle": string;
|
|
1467
1476
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
1468
1477
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
1478
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
1469
1479
|
"ctp.emptyProfile.message": string;
|
|
1470
1480
|
"ctp.separatorText": string;
|
|
1471
1481
|
"ctp.cards.title": string;
|
|
@@ -1509,6 +1519,7 @@ declare const _default: {
|
|
|
1509
1519
|
"payButton.with": string;
|
|
1510
1520
|
close: string;
|
|
1511
1521
|
storeDetails: string;
|
|
1522
|
+
readMore: string;
|
|
1512
1523
|
"creditCard.holderName": string;
|
|
1513
1524
|
"creditCard.holderName.placeholder": string;
|
|
1514
1525
|
"creditCard.holderName.invalid": string;
|
|
@@ -1765,6 +1776,7 @@ declare const _default: {
|
|
|
1765
1776
|
"ctp.otp.subtitle": string;
|
|
1766
1777
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
1767
1778
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
1779
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
1768
1780
|
"ctp.emptyProfile.message": string;
|
|
1769
1781
|
"ctp.separatorText": string;
|
|
1770
1782
|
"ctp.cards.title": string;
|
|
@@ -1810,6 +1822,7 @@ declare const _default: {
|
|
|
1810
1822
|
"payButton.with": string;
|
|
1811
1823
|
close: string;
|
|
1812
1824
|
storeDetails: string;
|
|
1825
|
+
readMore: string;
|
|
1813
1826
|
"creditCard.holderName": string;
|
|
1814
1827
|
"creditCard.holderName.placeholder": string;
|
|
1815
1828
|
"creditCard.holderName.invalid": string;
|
|
@@ -2065,6 +2078,7 @@ declare const _default: {
|
|
|
2065
2078
|
"ctp.otp.subtitle": string;
|
|
2066
2079
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
2067
2080
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
2081
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
2068
2082
|
"ctp.emptyProfile.message": string;
|
|
2069
2083
|
"ctp.separatorText": string;
|
|
2070
2084
|
"ctp.cards.title": string;
|
|
@@ -2108,6 +2122,7 @@ declare const _default: {
|
|
|
2108
2122
|
"payButton.with": string;
|
|
2109
2123
|
close: string;
|
|
2110
2124
|
storeDetails: string;
|
|
2125
|
+
readMore: string;
|
|
2111
2126
|
"creditCard.holderName": string;
|
|
2112
2127
|
"creditCard.holderName.placeholder": string;
|
|
2113
2128
|
"creditCard.holderName.invalid": string;
|
|
@@ -2363,6 +2378,7 @@ declare const _default: {
|
|
|
2363
2378
|
"ctp.otp.subtitle": string;
|
|
2364
2379
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
2365
2380
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
2381
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
2366
2382
|
"ctp.emptyProfile.message": string;
|
|
2367
2383
|
"ctp.separatorText": string;
|
|
2368
2384
|
"ctp.cards.title": string;
|
|
@@ -2408,6 +2424,7 @@ declare const _default: {
|
|
|
2408
2424
|
"payButton.with": string;
|
|
2409
2425
|
close: string;
|
|
2410
2426
|
storeDetails: string;
|
|
2427
|
+
readMore: string;
|
|
2411
2428
|
"creditCard.holderName": string;
|
|
2412
2429
|
"creditCard.holderName.placeholder": string;
|
|
2413
2430
|
"creditCard.holderName.invalid": string;
|
|
@@ -2663,6 +2680,7 @@ declare const _default: {
|
|
|
2663
2680
|
"ctp.otp.subtitle": string;
|
|
2664
2681
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
2665
2682
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
2683
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
2666
2684
|
"ctp.emptyProfile.message": string;
|
|
2667
2685
|
"ctp.separatorText": string;
|
|
2668
2686
|
"ctp.cards.title": string;
|
|
@@ -2709,6 +2727,7 @@ declare const _default: {
|
|
|
2709
2727
|
"payButton.with": string;
|
|
2710
2728
|
close: string;
|
|
2711
2729
|
storeDetails: string;
|
|
2730
|
+
readMore: string;
|
|
2712
2731
|
"creditCard.holderName": string;
|
|
2713
2732
|
"creditCard.holderName.placeholder": string;
|
|
2714
2733
|
"creditCard.holderName.invalid": string;
|
|
@@ -2964,6 +2983,7 @@ declare const _default: {
|
|
|
2964
2983
|
"ctp.otp.subtitle": string;
|
|
2965
2984
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
2966
2985
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
2986
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
2967
2987
|
"ctp.emptyProfile.message": string;
|
|
2968
2988
|
"ctp.separatorText": string;
|
|
2969
2989
|
"ctp.cards.title": string;
|
|
@@ -3012,6 +3032,7 @@ declare const _default: {
|
|
|
3012
3032
|
"payButton.with": string;
|
|
3013
3033
|
close: string;
|
|
3014
3034
|
storeDetails: string;
|
|
3035
|
+
readMore: string;
|
|
3015
3036
|
"creditCard.holderName": string;
|
|
3016
3037
|
"creditCard.holderName.placeholder": string;
|
|
3017
3038
|
"creditCard.holderName.invalid": string;
|
|
@@ -3269,6 +3290,7 @@ declare const _default: {
|
|
|
3269
3290
|
"ctp.otp.subtitle": string;
|
|
3270
3291
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
3271
3292
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
3293
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
3272
3294
|
"ctp.emptyProfile.message": string;
|
|
3273
3295
|
"ctp.separatorText": string;
|
|
3274
3296
|
"ctp.cards.title": string;
|
|
@@ -3315,6 +3337,7 @@ declare const _default: {
|
|
|
3315
3337
|
"payButton.with": string;
|
|
3316
3338
|
close: string;
|
|
3317
3339
|
storeDetails: string;
|
|
3340
|
+
readMore: string;
|
|
3318
3341
|
"creditCard.holderName": string;
|
|
3319
3342
|
"creditCard.holderName.placeholder": string;
|
|
3320
3343
|
"creditCard.holderName.invalid": string;
|
|
@@ -3572,6 +3595,7 @@ declare const _default: {
|
|
|
3572
3595
|
"ctp.otp.subtitle": string;
|
|
3573
3596
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
3574
3597
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
3598
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
3575
3599
|
"ctp.emptyProfile.message": string;
|
|
3576
3600
|
"ctp.separatorText": string;
|
|
3577
3601
|
"ctp.cards.title": string;
|
|
@@ -3620,6 +3644,7 @@ declare const _default: {
|
|
|
3620
3644
|
"payButton.with": string;
|
|
3621
3645
|
close: string;
|
|
3622
3646
|
storeDetails: string;
|
|
3647
|
+
readMore: string;
|
|
3623
3648
|
"creditCard.holderName": string;
|
|
3624
3649
|
"creditCard.holderName.placeholder": string;
|
|
3625
3650
|
"creditCard.holderName.invalid": string;
|
|
@@ -3870,6 +3895,7 @@ declare const _default: {
|
|
|
3870
3895
|
"ctp.otp.subtitle": string;
|
|
3871
3896
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
3872
3897
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
3898
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
3873
3899
|
"ctp.emptyProfile.message": string;
|
|
3874
3900
|
"ctp.separatorText": string;
|
|
3875
3901
|
"ctp.cards.title": string;
|
|
@@ -3913,6 +3939,7 @@ declare const _default: {
|
|
|
3913
3939
|
"payButton.with": string;
|
|
3914
3940
|
close: string;
|
|
3915
3941
|
storeDetails: string;
|
|
3942
|
+
readMore: string;
|
|
3916
3943
|
"creditCard.holderName": string;
|
|
3917
3944
|
"creditCard.holderName.placeholder": string;
|
|
3918
3945
|
"creditCard.holderName.invalid": string;
|
|
@@ -4163,6 +4190,7 @@ declare const _default: {
|
|
|
4163
4190
|
"ctp.otp.subtitle": string;
|
|
4164
4191
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
4165
4192
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
4193
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
4166
4194
|
"ctp.emptyProfile.message": string;
|
|
4167
4195
|
"ctp.separatorText": string;
|
|
4168
4196
|
"ctp.cards.title": string;
|
|
@@ -4208,6 +4236,7 @@ declare const _default: {
|
|
|
4208
4236
|
"payButton.with": string;
|
|
4209
4237
|
close: string;
|
|
4210
4238
|
storeDetails: string;
|
|
4239
|
+
readMore: string;
|
|
4211
4240
|
"creditCard.holderName": string;
|
|
4212
4241
|
"creditCard.holderName.placeholder": string;
|
|
4213
4242
|
"creditCard.holderName.invalid": string;
|
|
@@ -4463,6 +4492,7 @@ declare const _default: {
|
|
|
4463
4492
|
"ctp.otp.subtitle": string;
|
|
4464
4493
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
4465
4494
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
4495
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
4466
4496
|
"ctp.emptyProfile.message": string;
|
|
4467
4497
|
"ctp.separatorText": string;
|
|
4468
4498
|
"ctp.cards.title": string;
|
|
@@ -4506,6 +4536,7 @@ declare const _default: {
|
|
|
4506
4536
|
"payButton.with": string;
|
|
4507
4537
|
close: string;
|
|
4508
4538
|
storeDetails: string;
|
|
4539
|
+
readMore: string;
|
|
4509
4540
|
"creditCard.holderName": string;
|
|
4510
4541
|
"creditCard.holderName.placeholder": string;
|
|
4511
4542
|
"creditCard.holderName.invalid": string;
|
|
@@ -4761,6 +4792,7 @@ declare const _default: {
|
|
|
4761
4792
|
"ctp.otp.subtitle": string;
|
|
4762
4793
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
4763
4794
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
4795
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
4764
4796
|
"ctp.emptyProfile.message": string;
|
|
4765
4797
|
"ctp.separatorText": string;
|
|
4766
4798
|
"ctp.cards.title": string;
|
|
@@ -4806,6 +4838,7 @@ declare const _default: {
|
|
|
4806
4838
|
"payButton.with": string;
|
|
4807
4839
|
close: string;
|
|
4808
4840
|
storeDetails: string;
|
|
4841
|
+
readMore: string;
|
|
4809
4842
|
"creditCard.holderName": string;
|
|
4810
4843
|
"creditCard.holderName.placeholder": string;
|
|
4811
4844
|
"creditCard.holderName.invalid": string;
|
|
@@ -5061,6 +5094,7 @@ declare const _default: {
|
|
|
5061
5094
|
"ctp.otp.subtitle": string;
|
|
5062
5095
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
5063
5096
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
5097
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
5064
5098
|
"ctp.emptyProfile.message": string;
|
|
5065
5099
|
"ctp.separatorText": string;
|
|
5066
5100
|
"ctp.cards.title": string;
|
|
@@ -5107,6 +5141,7 @@ declare const _default: {
|
|
|
5107
5141
|
"payButton.with": string;
|
|
5108
5142
|
close: string;
|
|
5109
5143
|
storeDetails: string;
|
|
5144
|
+
readMore: string;
|
|
5110
5145
|
"creditCard.holderName": string;
|
|
5111
5146
|
"creditCard.holderName.placeholder": string;
|
|
5112
5147
|
"creditCard.holderName.invalid": string;
|
|
@@ -5362,6 +5397,7 @@ declare const _default: {
|
|
|
5362
5397
|
"ctp.otp.subtitle": string;
|
|
5363
5398
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
5364
5399
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
5400
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
5365
5401
|
"ctp.emptyProfile.message": string;
|
|
5366
5402
|
"ctp.separatorText": string;
|
|
5367
5403
|
"ctp.cards.title": string;
|
|
@@ -5410,6 +5446,7 @@ declare const _default: {
|
|
|
5410
5446
|
"payButton.with": string;
|
|
5411
5447
|
close: string;
|
|
5412
5448
|
storeDetails: string;
|
|
5449
|
+
readMore: string;
|
|
5413
5450
|
"creditCard.holderName": string;
|
|
5414
5451
|
"creditCard.holderName.placeholder": string;
|
|
5415
5452
|
"creditCard.holderName.invalid": string;
|
|
@@ -5665,6 +5702,7 @@ declare const _default: {
|
|
|
5665
5702
|
"ctp.otp.subtitle": string;
|
|
5666
5703
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
5667
5704
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
5705
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
5668
5706
|
"ctp.emptyProfile.message": string;
|
|
5669
5707
|
"ctp.separatorText": string;
|
|
5670
5708
|
"ctp.cards.title": string;
|
|
@@ -5711,6 +5749,7 @@ declare const _default: {
|
|
|
5711
5749
|
"payButton.with": string;
|
|
5712
5750
|
close: string;
|
|
5713
5751
|
storeDetails: string;
|
|
5752
|
+
readMore: string;
|
|
5714
5753
|
"creditCard.holderName": string;
|
|
5715
5754
|
"creditCard.holderName.placeholder": string;
|
|
5716
5755
|
"creditCard.holderName.invalid": string;
|
|
@@ -5966,6 +6005,7 @@ declare const _default: {
|
|
|
5966
6005
|
"ctp.otp.subtitle": string;
|
|
5967
6006
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
5968
6007
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
6008
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
5969
6009
|
"ctp.emptyProfile.message": string;
|
|
5970
6010
|
"ctp.separatorText": string;
|
|
5971
6011
|
"ctp.cards.title": string;
|
|
@@ -6014,6 +6054,7 @@ declare const _default: {
|
|
|
6014
6054
|
"payButton.with": string;
|
|
6015
6055
|
close: string;
|
|
6016
6056
|
storeDetails: string;
|
|
6057
|
+
readMore: string;
|
|
6017
6058
|
"creditCard.holderName": string;
|
|
6018
6059
|
"creditCard.holderName.placeholder": string;
|
|
6019
6060
|
"creditCard.holderName.invalid": string;
|
|
@@ -6269,6 +6310,7 @@ declare const _default: {
|
|
|
6269
6310
|
"ctp.otp.subtitle": string;
|
|
6270
6311
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
6271
6312
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
6313
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
6272
6314
|
"ctp.emptyProfile.message": string;
|
|
6273
6315
|
"ctp.separatorText": string;
|
|
6274
6316
|
"ctp.cards.title": string;
|
|
@@ -6315,6 +6357,7 @@ declare const _default: {
|
|
|
6315
6357
|
"payButton.with": string;
|
|
6316
6358
|
close: string;
|
|
6317
6359
|
storeDetails: string;
|
|
6360
|
+
readMore: string;
|
|
6318
6361
|
"creditCard.holderName": string;
|
|
6319
6362
|
"creditCard.holderName.placeholder": string;
|
|
6320
6363
|
"creditCard.holderName.invalid": string;
|
|
@@ -6570,6 +6613,7 @@ declare const _default: {
|
|
|
6570
6613
|
"ctp.otp.subtitle": string;
|
|
6571
6614
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
6572
6615
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
6616
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
6573
6617
|
"ctp.emptyProfile.message": string;
|
|
6574
6618
|
"ctp.separatorText": string;
|
|
6575
6619
|
"ctp.cards.title": string;
|
|
@@ -6618,6 +6662,7 @@ declare const _default: {
|
|
|
6618
6662
|
"payButton.with": string;
|
|
6619
6663
|
close: string;
|
|
6620
6664
|
storeDetails: string;
|
|
6665
|
+
readMore: string;
|
|
6621
6666
|
"creditCard.holderName": string;
|
|
6622
6667
|
"creditCard.holderName.placeholder": string;
|
|
6623
6668
|
"creditCard.holderName.invalid": string;
|
|
@@ -6871,6 +6916,7 @@ declare const _default: {
|
|
|
6871
6916
|
"ctp.otp.subtitle": string;
|
|
6872
6917
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
6873
6918
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
6919
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
6874
6920
|
"ctp.emptyProfile.message": string;
|
|
6875
6921
|
"ctp.separatorText": string;
|
|
6876
6922
|
"ctp.cards.title": string;
|
|
@@ -6917,6 +6963,7 @@ declare const _default: {
|
|
|
6917
6963
|
"payButton.with": string;
|
|
6918
6964
|
close: string;
|
|
6919
6965
|
storeDetails: string;
|
|
6966
|
+
readMore: string;
|
|
6920
6967
|
"creditCard.holderName": string;
|
|
6921
6968
|
"creditCard.holderName.placeholder": string;
|
|
6922
6969
|
"creditCard.holderName.invalid": string;
|
|
@@ -7170,6 +7217,7 @@ declare const _default: {
|
|
|
7170
7217
|
"ctp.otp.subtitle": string;
|
|
7171
7218
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
7172
7219
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
7220
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
7173
7221
|
"ctp.emptyProfile.message": string;
|
|
7174
7222
|
"ctp.separatorText": string;
|
|
7175
7223
|
"ctp.cards.title": string;
|
|
@@ -7218,6 +7266,7 @@ declare const _default: {
|
|
|
7218
7266
|
"payButton.with": string;
|
|
7219
7267
|
close: string;
|
|
7220
7268
|
storeDetails: string;
|
|
7269
|
+
readMore: string;
|
|
7221
7270
|
"creditCard.holderName": string;
|
|
7222
7271
|
"creditCard.holderName.placeholder": string;
|
|
7223
7272
|
"creditCard.holderName.invalid": string;
|
|
@@ -7473,6 +7522,7 @@ declare const _default: {
|
|
|
7473
7522
|
"ctp.otp.subtitle": string;
|
|
7474
7523
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
7475
7524
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
7525
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
7476
7526
|
"ctp.emptyProfile.message": string;
|
|
7477
7527
|
"ctp.separatorText": string;
|
|
7478
7528
|
"ctp.cards.title": string;
|
|
@@ -7519,6 +7569,7 @@ declare const _default: {
|
|
|
7519
7569
|
"payButton.with": string;
|
|
7520
7570
|
close: string;
|
|
7521
7571
|
storeDetails: string;
|
|
7572
|
+
readMore: string;
|
|
7522
7573
|
"creditCard.holderName": string;
|
|
7523
7574
|
"creditCard.holderName.placeholder": string;
|
|
7524
7575
|
"creditCard.holderName.invalid": string;
|
|
@@ -7774,6 +7825,7 @@ declare const _default: {
|
|
|
7774
7825
|
"ctp.otp.subtitle": string;
|
|
7775
7826
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
7776
7827
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
7828
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
7777
7829
|
"ctp.emptyProfile.message": string;
|
|
7778
7830
|
"ctp.separatorText": string;
|
|
7779
7831
|
"ctp.cards.title": string;
|
|
@@ -7822,6 +7874,7 @@ declare const _default: {
|
|
|
7822
7874
|
"payButton.with": string;
|
|
7823
7875
|
close: string;
|
|
7824
7876
|
storeDetails: string;
|
|
7877
|
+
readMore: string;
|
|
7825
7878
|
"creditCard.holderName": string;
|
|
7826
7879
|
"creditCard.holderName.placeholder": string;
|
|
7827
7880
|
"creditCard.holderName.invalid": string;
|
|
@@ -8077,6 +8130,7 @@ declare const _default: {
|
|
|
8077
8130
|
"ctp.otp.subtitle": string;
|
|
8078
8131
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
8079
8132
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
8133
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
8080
8134
|
"ctp.emptyProfile.message": string;
|
|
8081
8135
|
"ctp.separatorText": string;
|
|
8082
8136
|
"ctp.cards.title": string;
|
|
@@ -8123,6 +8177,7 @@ declare const _default: {
|
|
|
8123
8177
|
"payButton.with": string;
|
|
8124
8178
|
close: string;
|
|
8125
8179
|
storeDetails: string;
|
|
8180
|
+
readMore: string;
|
|
8126
8181
|
"creditCard.holderName": string;
|
|
8127
8182
|
"creditCard.holderName.placeholder": string;
|
|
8128
8183
|
"creditCard.holderName.invalid": string;
|
|
@@ -8378,6 +8433,7 @@ declare const _default: {
|
|
|
8378
8433
|
"ctp.otp.subtitle": string;
|
|
8379
8434
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
8380
8435
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
8436
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
8381
8437
|
"ctp.emptyProfile.message": string;
|
|
8382
8438
|
"ctp.separatorText": string;
|
|
8383
8439
|
"ctp.cards.title": string;
|
|
@@ -8426,6 +8482,7 @@ declare const _default: {
|
|
|
8426
8482
|
"payButton.with": string;
|
|
8427
8483
|
close: string;
|
|
8428
8484
|
storeDetails: string;
|
|
8485
|
+
readMore: string;
|
|
8429
8486
|
"creditCard.holderName": string;
|
|
8430
8487
|
"creditCard.holderName.placeholder": string;
|
|
8431
8488
|
"creditCard.holderName.invalid": string;
|
|
@@ -8681,6 +8738,7 @@ declare const _default: {
|
|
|
8681
8738
|
"ctp.otp.subtitle": string;
|
|
8682
8739
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
8683
8740
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
8741
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
8684
8742
|
"ctp.emptyProfile.message": string;
|
|
8685
8743
|
"ctp.separatorText": string;
|
|
8686
8744
|
"ctp.cards.title": string;
|
|
@@ -8724,6 +8782,7 @@ declare const _default: {
|
|
|
8724
8782
|
"payButton.with": string;
|
|
8725
8783
|
close: string;
|
|
8726
8784
|
storeDetails: string;
|
|
8785
|
+
readMore: string;
|
|
8727
8786
|
"creditCard.holderName": string;
|
|
8728
8787
|
"creditCard.holderName.placeholder": string;
|
|
8729
8788
|
"creditCard.holderName.invalid": string;
|
|
@@ -8979,6 +9038,7 @@ declare const _default: {
|
|
|
8979
9038
|
"ctp.otp.subtitle": string;
|
|
8980
9039
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
8981
9040
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
9041
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
8982
9042
|
"ctp.emptyProfile.message": string;
|
|
8983
9043
|
"ctp.separatorText": string;
|
|
8984
9044
|
"ctp.cards.title": string;
|
|
@@ -9024,6 +9084,7 @@ declare const _default: {
|
|
|
9024
9084
|
"payButton.with": string;
|
|
9025
9085
|
close: string;
|
|
9026
9086
|
storeDetails: string;
|
|
9087
|
+
readMore: string;
|
|
9027
9088
|
"creditCard.holderName": string;
|
|
9028
9089
|
"creditCard.holderName.placeholder": string;
|
|
9029
9090
|
"creditCard.holderName.invalid": string;
|
|
@@ -9279,6 +9340,7 @@ declare const _default: {
|
|
|
9279
9340
|
"ctp.otp.subtitle": string;
|
|
9280
9341
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
9281
9342
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
9343
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
9282
9344
|
"ctp.emptyProfile.message": string;
|
|
9283
9345
|
"ctp.separatorText": string;
|
|
9284
9346
|
"ctp.cards.title": string;
|
|
@@ -9322,6 +9384,7 @@ declare const _default: {
|
|
|
9322
9384
|
"payButton.with": string;
|
|
9323
9385
|
close: string;
|
|
9324
9386
|
storeDetails: string;
|
|
9387
|
+
readMore: string;
|
|
9325
9388
|
"creditCard.holderName": string;
|
|
9326
9389
|
"creditCard.holderName.placeholder": string;
|
|
9327
9390
|
"creditCard.holderName.invalid": string;
|
|
@@ -9577,6 +9640,7 @@ declare const _default: {
|
|
|
9577
9640
|
"ctp.otp.subtitle": string;
|
|
9578
9641
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
9579
9642
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
9643
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
9580
9644
|
"ctp.emptyProfile.message": string;
|
|
9581
9645
|
"ctp.separatorText": string;
|
|
9582
9646
|
"ctp.cards.title": string;
|
|
@@ -9622,6 +9686,7 @@ declare const _default: {
|
|
|
9622
9686
|
"payButton.with": string;
|
|
9623
9687
|
close: string;
|
|
9624
9688
|
storeDetails: string;
|
|
9689
|
+
readMore: string;
|
|
9625
9690
|
"creditCard.holderName": string;
|
|
9626
9691
|
"creditCard.holderName.placeholder": string;
|
|
9627
9692
|
"creditCard.holderName.invalid": string;
|
|
@@ -9877,6 +9942,7 @@ declare const _default: {
|
|
|
9877
9942
|
"ctp.otp.subtitle": string;
|
|
9878
9943
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
9879
9944
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
9945
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
9880
9946
|
"ctp.emptyProfile.message": string;
|
|
9881
9947
|
"ctp.separatorText": string;
|
|
9882
9948
|
"ctp.cards.title": string;
|
|
@@ -9923,6 +9989,7 @@ declare const _default: {
|
|
|
9923
9989
|
"payButton.with": string;
|
|
9924
9990
|
close: string;
|
|
9925
9991
|
storeDetails: string;
|
|
9992
|
+
readMore: string;
|
|
9926
9993
|
"creditCard.holderName": string;
|
|
9927
9994
|
"creditCard.holderName.placeholder": string;
|
|
9928
9995
|
"creditCard.holderName.invalid": string;
|
|
@@ -10178,6 +10245,7 @@ declare const _default: {
|
|
|
10178
10245
|
"ctp.otp.subtitle": string;
|
|
10179
10246
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
10180
10247
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
10248
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
10181
10249
|
"ctp.emptyProfile.message": string;
|
|
10182
10250
|
"ctp.separatorText": string;
|
|
10183
10251
|
"ctp.cards.title": string;
|
|
@@ -10226,6 +10294,7 @@ declare const _default: {
|
|
|
10226
10294
|
"payButton.with": string;
|
|
10227
10295
|
close: string;
|
|
10228
10296
|
storeDetails: string;
|
|
10297
|
+
readMore: string;
|
|
10229
10298
|
"creditCard.holderName": string;
|
|
10230
10299
|
"creditCard.holderName.placeholder": string;
|
|
10231
10300
|
"creditCard.holderName.invalid": string;
|
|
@@ -10479,6 +10548,7 @@ declare const _default: {
|
|
|
10479
10548
|
"ctp.otp.subtitle": string;
|
|
10480
10549
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
10481
10550
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
10551
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
10482
10552
|
"ctp.emptyProfile.message": string;
|
|
10483
10553
|
"ctp.separatorText": string;
|
|
10484
10554
|
"ctp.cards.title": string;
|
|
@@ -10525,6 +10595,7 @@ declare const _default: {
|
|
|
10525
10595
|
"payButton.with": string;
|
|
10526
10596
|
close: string;
|
|
10527
10597
|
storeDetails: string;
|
|
10598
|
+
readMore: string;
|
|
10528
10599
|
"creditCard.holderName": string;
|
|
10529
10600
|
"creditCard.holderName.placeholder": string;
|
|
10530
10601
|
"creditCard.holderName.invalid": string;
|
|
@@ -10778,6 +10849,7 @@ declare const _default: {
|
|
|
10778
10849
|
"ctp.otp.subtitle": string;
|
|
10779
10850
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
10780
10851
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
10852
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
10781
10853
|
"ctp.emptyProfile.message": string;
|
|
10782
10854
|
"ctp.separatorText": string;
|
|
10783
10855
|
"ctp.cards.title": string;
|
|
@@ -10826,6 +10898,7 @@ declare const _default: {
|
|
|
10826
10898
|
"payButton.with": string;
|
|
10827
10899
|
close: string;
|
|
10828
10900
|
storeDetails: string;
|
|
10901
|
+
readMore: string;
|
|
10829
10902
|
"creditCard.holderName": string;
|
|
10830
10903
|
"creditCard.holderName.placeholder": string;
|
|
10831
10904
|
"creditCard.holderName.invalid": string;
|
|
@@ -11083,6 +11156,7 @@ declare const _default: {
|
|
|
11083
11156
|
"ctp.otp.subtitle": string;
|
|
11084
11157
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
11085
11158
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
11159
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
11086
11160
|
"ctp.emptyProfile.message": string;
|
|
11087
11161
|
"ctp.separatorText": string;
|
|
11088
11162
|
"ctp.cards.title": string;
|
|
@@ -11129,6 +11203,7 @@ declare const _default: {
|
|
|
11129
11203
|
"payButton.with": string;
|
|
11130
11204
|
close: string;
|
|
11131
11205
|
storeDetails: string;
|
|
11206
|
+
readMore: string;
|
|
11132
11207
|
"creditCard.holderName": string;
|
|
11133
11208
|
"creditCard.holderName.placeholder": string;
|
|
11134
11209
|
"creditCard.holderName.invalid": string;
|
|
@@ -11386,6 +11461,7 @@ declare const _default: {
|
|
|
11386
11461
|
"ctp.otp.subtitle": string;
|
|
11387
11462
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
11388
11463
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
11464
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
11389
11465
|
"ctp.emptyProfile.message": string;
|
|
11390
11466
|
"ctp.separatorText": string;
|
|
11391
11467
|
"ctp.cards.title": string;
|
|
@@ -11434,6 +11510,7 @@ declare const _default: {
|
|
|
11434
11510
|
"payButton.with": string;
|
|
11435
11511
|
close: string;
|
|
11436
11512
|
storeDetails: string;
|
|
11513
|
+
readMore: string;
|
|
11437
11514
|
"creditCard.holderName": string;
|
|
11438
11515
|
"creditCard.holderName.placeholder": string;
|
|
11439
11516
|
"creditCard.holderName.invalid": string;
|
|
@@ -11689,6 +11766,7 @@ declare const _default: {
|
|
|
11689
11766
|
"ctp.otp.subtitle": string;
|
|
11690
11767
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
11691
11768
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
11769
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
11692
11770
|
"ctp.emptyProfile.message": string;
|
|
11693
11771
|
"ctp.separatorText": string;
|
|
11694
11772
|
"ctp.cards.title": string;
|
|
@@ -11735,6 +11813,7 @@ declare const _default: {
|
|
|
11735
11813
|
"payButton.with": string;
|
|
11736
11814
|
close: string;
|
|
11737
11815
|
storeDetails: string;
|
|
11816
|
+
readMore: string;
|
|
11738
11817
|
"creditCard.holderName": string;
|
|
11739
11818
|
"creditCard.holderName.placeholder": string;
|
|
11740
11819
|
"creditCard.holderName.invalid": string;
|
|
@@ -11990,6 +12069,7 @@ declare const _default: {
|
|
|
11990
12069
|
"ctp.otp.subtitle": string;
|
|
11991
12070
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
11992
12071
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
12072
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
11993
12073
|
"ctp.emptyProfile.message": string;
|
|
11994
12074
|
"ctp.separatorText": string;
|
|
11995
12075
|
"ctp.cards.title": string;
|
|
@@ -12038,6 +12118,7 @@ declare const _default: {
|
|
|
12038
12118
|
"payButton.with": string;
|
|
12039
12119
|
close: string;
|
|
12040
12120
|
storeDetails: string;
|
|
12121
|
+
readMore: string;
|
|
12041
12122
|
"creditCard.holderName": string;
|
|
12042
12123
|
"creditCard.holderName.placeholder": string;
|
|
12043
12124
|
"creditCard.holderName.invalid": string;
|
|
@@ -12290,6 +12371,7 @@ declare const _default: {
|
|
|
12290
12371
|
"ctp.otp.subtitle": string;
|
|
12291
12372
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
12292
12373
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
12374
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
12293
12375
|
"ctp.emptyProfile.message": string;
|
|
12294
12376
|
"ctp.separatorText": string;
|
|
12295
12377
|
"ctp.cards.title": string;
|
|
@@ -12336,6 +12418,7 @@ declare const _default: {
|
|
|
12336
12418
|
"payButton.with": string;
|
|
12337
12419
|
close: string;
|
|
12338
12420
|
storeDetails: string;
|
|
12421
|
+
readMore: string;
|
|
12339
12422
|
"creditCard.holderName": string;
|
|
12340
12423
|
"creditCard.holderName.placeholder": string;
|
|
12341
12424
|
"creditCard.holderName.invalid": string;
|
|
@@ -12588,6 +12671,7 @@ declare const _default: {
|
|
|
12588
12671
|
"ctp.otp.subtitle": string;
|
|
12589
12672
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
12590
12673
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
12674
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
12591
12675
|
"ctp.emptyProfile.message": string;
|
|
12592
12676
|
"ctp.separatorText": string;
|
|
12593
12677
|
"ctp.cards.title": string;
|
|
@@ -12636,6 +12720,7 @@ declare const _default: {
|
|
|
12636
12720
|
"payButton.with": string;
|
|
12637
12721
|
close: string;
|
|
12638
12722
|
storeDetails: string;
|
|
12723
|
+
readMore: string;
|
|
12639
12724
|
"creditCard.holderName": string;
|
|
12640
12725
|
"creditCard.holderName.placeholder": string;
|
|
12641
12726
|
"creditCard.holderName.invalid": string;
|
|
@@ -12891,6 +12976,7 @@ declare const _default: {
|
|
|
12891
12976
|
"ctp.otp.subtitle": string;
|
|
12892
12977
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
12893
12978
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
12979
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
12894
12980
|
"ctp.emptyProfile.message": string;
|
|
12895
12981
|
"ctp.separatorText": string;
|
|
12896
12982
|
"ctp.cards.title": string;
|
|
@@ -12937,6 +13023,7 @@ declare const _default: {
|
|
|
12937
13023
|
"payButton.with": string;
|
|
12938
13024
|
close: string;
|
|
12939
13025
|
storeDetails: string;
|
|
13026
|
+
readMore: string;
|
|
12940
13027
|
"creditCard.holderName": string;
|
|
12941
13028
|
"creditCard.holderName.placeholder": string;
|
|
12942
13029
|
"creditCard.holderName.invalid": string;
|
|
@@ -13192,6 +13279,7 @@ declare const _default: {
|
|
|
13192
13279
|
"ctp.otp.subtitle": string;
|
|
13193
13280
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
13194
13281
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
13282
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
13195
13283
|
"ctp.emptyProfile.message": string;
|
|
13196
13284
|
"ctp.separatorText": string;
|
|
13197
13285
|
"ctp.cards.title": string;
|
|
@@ -13240,6 +13328,7 @@ declare const _default: {
|
|
|
13240
13328
|
"payButton.with": string;
|
|
13241
13329
|
close: string;
|
|
13242
13330
|
storeDetails: string;
|
|
13331
|
+
readMore: string;
|
|
13243
13332
|
"creditCard.holderName": string;
|
|
13244
13333
|
"creditCard.holderName.placeholder": string;
|
|
13245
13334
|
"creditCard.holderName.invalid": string;
|
|
@@ -13495,6 +13584,7 @@ declare const _default: {
|
|
|
13495
13584
|
"ctp.otp.subtitle": string;
|
|
13496
13585
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
13497
13586
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
13587
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
13498
13588
|
"ctp.emptyProfile.message": string;
|
|
13499
13589
|
"ctp.separatorText": string;
|
|
13500
13590
|
"ctp.cards.title": string;
|
|
@@ -13541,6 +13631,7 @@ declare const _default: {
|
|
|
13541
13631
|
"payButton.with": string;
|
|
13542
13632
|
close: string;
|
|
13543
13633
|
storeDetails: string;
|
|
13634
|
+
readMore: string;
|
|
13544
13635
|
"creditCard.holderName": string;
|
|
13545
13636
|
"creditCard.holderName.placeholder": string;
|
|
13546
13637
|
"creditCard.holderName.invalid": string;
|
|
@@ -13796,6 +13887,7 @@ declare const _default: {
|
|
|
13796
13887
|
"ctp.otp.subtitle": string;
|
|
13797
13888
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
13798
13889
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
13890
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
13799
13891
|
"ctp.emptyProfile.message": string;
|
|
13800
13892
|
"ctp.separatorText": string;
|
|
13801
13893
|
"ctp.cards.title": string;
|
|
@@ -13844,6 +13936,7 @@ declare const _default: {
|
|
|
13844
13936
|
"payButton.with": string;
|
|
13845
13937
|
close: string;
|
|
13846
13938
|
storeDetails: string;
|
|
13939
|
+
readMore: string;
|
|
13847
13940
|
"creditCard.holderName": string;
|
|
13848
13941
|
"creditCard.holderName.placeholder": string;
|
|
13849
13942
|
"creditCard.holderName.invalid": string;
|
|
@@ -14099,6 +14192,7 @@ declare const _default: {
|
|
|
14099
14192
|
"ctp.otp.subtitle": string;
|
|
14100
14193
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
14101
14194
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
14195
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
14102
14196
|
"ctp.emptyProfile.message": string;
|
|
14103
14197
|
"ctp.separatorText": string;
|
|
14104
14198
|
"ctp.cards.title": string;
|
|
@@ -14143,6 +14237,7 @@ declare const _default: {
|
|
|
14143
14237
|
"payButton.with": string;
|
|
14144
14238
|
close: string;
|
|
14145
14239
|
storeDetails: string;
|
|
14240
|
+
readMore: string;
|
|
14146
14241
|
"creditCard.holderName": string;
|
|
14147
14242
|
"creditCard.holderName.placeholder": string;
|
|
14148
14243
|
"creditCard.holderName.invalid": string;
|
|
@@ -14398,6 +14493,7 @@ declare const _default: {
|
|
|
14398
14493
|
"ctp.otp.subtitle": string;
|
|
14399
14494
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
14400
14495
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
14496
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
14401
14497
|
"ctp.emptyProfile.message": string;
|
|
14402
14498
|
"ctp.separatorText": string;
|
|
14403
14499
|
"ctp.cards.title": string;
|
|
@@ -14444,6 +14540,7 @@ declare const _default: {
|
|
|
14444
14540
|
"payButton.with": string;
|
|
14445
14541
|
close: string;
|
|
14446
14542
|
storeDetails: string;
|
|
14543
|
+
readMore: string;
|
|
14447
14544
|
"creditCard.holderName": string;
|
|
14448
14545
|
"creditCard.holderName.placeholder": string;
|
|
14449
14546
|
"creditCard.holderName.invalid": string;
|
|
@@ -14698,6 +14795,7 @@ declare const _default: {
|
|
|
14698
14795
|
"ctp.otp.subtitle": string;
|
|
14699
14796
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
14700
14797
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
14798
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
14701
14799
|
"ctp.emptyProfile.message": string;
|
|
14702
14800
|
"ctp.separatorText": string;
|
|
14703
14801
|
"ctp.cards.title": string;
|
|
@@ -14744,6 +14842,7 @@ declare const _default: {
|
|
|
14744
14842
|
"payButton.with": string;
|
|
14745
14843
|
close: string;
|
|
14746
14844
|
storeDetails: string;
|
|
14845
|
+
readMore: string;
|
|
14747
14846
|
"creditCard.holderName": string;
|
|
14748
14847
|
"creditCard.holderName.placeholder": string;
|
|
14749
14848
|
"creditCard.holderName.invalid": string;
|
|
@@ -14998,6 +15097,7 @@ declare const _default: {
|
|
|
14998
15097
|
"ctp.otp.subtitle": string;
|
|
14999
15098
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
15000
15099
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
15100
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
15001
15101
|
"ctp.emptyProfile.message": string;
|
|
15002
15102
|
"ctp.separatorText": string;
|
|
15003
15103
|
"ctp.cards.title": string;
|
|
@@ -15046,6 +15146,7 @@ declare const _default: {
|
|
|
15046
15146
|
"payButton.with": string;
|
|
15047
15147
|
close: string;
|
|
15048
15148
|
storeDetails: string;
|
|
15149
|
+
readMore: string;
|
|
15049
15150
|
"creditCard.holderName": string;
|
|
15050
15151
|
"creditCard.holderName.placeholder": string;
|
|
15051
15152
|
"creditCard.holderName.invalid": string;
|
|
@@ -15301,6 +15402,7 @@ declare const _default: {
|
|
|
15301
15402
|
"ctp.otp.subtitle": string;
|
|
15302
15403
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
15303
15404
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
15405
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
15304
15406
|
"ctp.emptyProfile.message": string;
|
|
15305
15407
|
"ctp.separatorText": string;
|
|
15306
15408
|
"ctp.cards.title": string;
|
|
@@ -15347,6 +15449,7 @@ declare const _default: {
|
|
|
15347
15449
|
"payButton.with": string;
|
|
15348
15450
|
close: string;
|
|
15349
15451
|
storeDetails: string;
|
|
15452
|
+
readMore: string;
|
|
15350
15453
|
"creditCard.holderName": string;
|
|
15351
15454
|
"creditCard.holderName.placeholder": string;
|
|
15352
15455
|
"creditCard.holderName.invalid": string;
|
|
@@ -15602,6 +15705,7 @@ declare const _default: {
|
|
|
15602
15705
|
"ctp.otp.subtitle": string;
|
|
15603
15706
|
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
15604
15707
|
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
15708
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
15605
15709
|
"ctp.emptyProfile.message": string;
|
|
15606
15710
|
"ctp.separatorText": string;
|
|
15607
15711
|
"ctp.cards.title": string;
|