@adyen/adyen-web 5.53.2 → 5.54.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/AfterPay/config.d.ts +12 -5
- 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/language/config.d.ts +4 -0
- package/dist/types/language/locales/index.d.ts +210 -0
- package/dist/types/utils/isScreenSmall.d.ts +2 -0
- package/package.json +15 -15
- 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
|
@@ -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;
|
|
@@ -260,6 +261,9 @@ declare const _default: {
|
|
|
260
261
|
"ctp.otp.codeResent": string;
|
|
261
262
|
"ctp.otp.title": string;
|
|
262
263
|
"ctp.otp.subtitle": string;
|
|
264
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
265
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
266
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
263
267
|
"ctp.emptyProfile.message": string;
|
|
264
268
|
"ctp.separatorText": string;
|
|
265
269
|
"ctp.cards.title": string;
|
|
@@ -306,6 +310,7 @@ declare const _default: {
|
|
|
306
310
|
"payButton.with": string;
|
|
307
311
|
close: string;
|
|
308
312
|
storeDetails: string;
|
|
313
|
+
readMore: string;
|
|
309
314
|
"creditCard.holderName": string;
|
|
310
315
|
"creditCard.holderName.placeholder": string;
|
|
311
316
|
"creditCard.holderName.invalid": string;
|
|
@@ -560,6 +565,9 @@ declare const _default: {
|
|
|
560
565
|
"ctp.otp.codeResent": string;
|
|
561
566
|
"ctp.otp.title": string;
|
|
562
567
|
"ctp.otp.subtitle": string;
|
|
568
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
569
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
570
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
563
571
|
"ctp.emptyProfile.message": string;
|
|
564
572
|
"ctp.separatorText": string;
|
|
565
573
|
"ctp.cards.title": string;
|
|
@@ -608,6 +616,7 @@ declare const _default: {
|
|
|
608
616
|
"payButton.with": string;
|
|
609
617
|
close: string;
|
|
610
618
|
storeDetails: string;
|
|
619
|
+
readMore: string;
|
|
611
620
|
"creditCard.holderName": string;
|
|
612
621
|
"creditCard.holderName.placeholder": string;
|
|
613
622
|
"creditCard.holderName.invalid": string;
|
|
@@ -861,6 +870,9 @@ declare const _default: {
|
|
|
861
870
|
"ctp.otp.codeResent": string;
|
|
862
871
|
"ctp.otp.title": string;
|
|
863
872
|
"ctp.otp.subtitle": string;
|
|
873
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
874
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
875
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
864
876
|
"ctp.emptyProfile.message": string;
|
|
865
877
|
"ctp.separatorText": string;
|
|
866
878
|
"ctp.cards.title": string;
|
|
@@ -904,6 +916,7 @@ declare const _default: {
|
|
|
904
916
|
"payButton.with": string;
|
|
905
917
|
close: string;
|
|
906
918
|
storeDetails: string;
|
|
919
|
+
readMore: string;
|
|
907
920
|
"creditCard.holderName": string;
|
|
908
921
|
"creditCard.holderName.placeholder": string;
|
|
909
922
|
"creditCard.holderName.invalid": string;
|
|
@@ -1157,6 +1170,9 @@ declare const _default: {
|
|
|
1157
1170
|
"ctp.otp.codeResent": string;
|
|
1158
1171
|
"ctp.otp.title": string;
|
|
1159
1172
|
"ctp.otp.subtitle": string;
|
|
1173
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
1174
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
1175
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
1160
1176
|
"ctp.emptyProfile.message": string;
|
|
1161
1177
|
"ctp.separatorText": string;
|
|
1162
1178
|
"ctp.cards.title": string;
|
|
@@ -1202,6 +1218,7 @@ declare const _default: {
|
|
|
1202
1218
|
"payButton.with": string;
|
|
1203
1219
|
close: string;
|
|
1204
1220
|
storeDetails: string;
|
|
1221
|
+
readMore: string;
|
|
1205
1222
|
"creditCard.holderName": string;
|
|
1206
1223
|
"creditCard.holderName.placeholder": string;
|
|
1207
1224
|
"creditCard.holderName.invalid": string;
|
|
@@ -1456,6 +1473,9 @@ declare const _default: {
|
|
|
1456
1473
|
"ctp.otp.codeResent": string;
|
|
1457
1474
|
"ctp.otp.title": string;
|
|
1458
1475
|
"ctp.otp.subtitle": string;
|
|
1476
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
1477
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
1478
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
1459
1479
|
"ctp.emptyProfile.message": string;
|
|
1460
1480
|
"ctp.separatorText": string;
|
|
1461
1481
|
"ctp.cards.title": string;
|
|
@@ -1499,6 +1519,7 @@ declare const _default: {
|
|
|
1499
1519
|
"payButton.with": string;
|
|
1500
1520
|
close: string;
|
|
1501
1521
|
storeDetails: string;
|
|
1522
|
+
readMore: string;
|
|
1502
1523
|
"creditCard.holderName": string;
|
|
1503
1524
|
"creditCard.holderName.placeholder": string;
|
|
1504
1525
|
"creditCard.holderName.invalid": string;
|
|
@@ -1753,6 +1774,9 @@ declare const _default: {
|
|
|
1753
1774
|
"ctp.otp.codeResent": string;
|
|
1754
1775
|
"ctp.otp.title": string;
|
|
1755
1776
|
"ctp.otp.subtitle": string;
|
|
1777
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
1778
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
1779
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
1756
1780
|
"ctp.emptyProfile.message": string;
|
|
1757
1781
|
"ctp.separatorText": string;
|
|
1758
1782
|
"ctp.cards.title": string;
|
|
@@ -1798,6 +1822,7 @@ declare const _default: {
|
|
|
1798
1822
|
"payButton.with": string;
|
|
1799
1823
|
close: string;
|
|
1800
1824
|
storeDetails: string;
|
|
1825
|
+
readMore: string;
|
|
1801
1826
|
"creditCard.holderName": string;
|
|
1802
1827
|
"creditCard.holderName.placeholder": string;
|
|
1803
1828
|
"creditCard.holderName.invalid": string;
|
|
@@ -2051,6 +2076,9 @@ declare const _default: {
|
|
|
2051
2076
|
"ctp.otp.codeResent": string;
|
|
2052
2077
|
"ctp.otp.title": string;
|
|
2053
2078
|
"ctp.otp.subtitle": string;
|
|
2079
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
2080
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
2081
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
2054
2082
|
"ctp.emptyProfile.message": string;
|
|
2055
2083
|
"ctp.separatorText": string;
|
|
2056
2084
|
"ctp.cards.title": string;
|
|
@@ -2094,6 +2122,7 @@ declare const _default: {
|
|
|
2094
2122
|
"payButton.with": string;
|
|
2095
2123
|
close: string;
|
|
2096
2124
|
storeDetails: string;
|
|
2125
|
+
readMore: string;
|
|
2097
2126
|
"creditCard.holderName": string;
|
|
2098
2127
|
"creditCard.holderName.placeholder": string;
|
|
2099
2128
|
"creditCard.holderName.invalid": string;
|
|
@@ -2347,6 +2376,9 @@ declare const _default: {
|
|
|
2347
2376
|
"ctp.otp.codeResent": string;
|
|
2348
2377
|
"ctp.otp.title": string;
|
|
2349
2378
|
"ctp.otp.subtitle": string;
|
|
2379
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
2380
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
2381
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
2350
2382
|
"ctp.emptyProfile.message": string;
|
|
2351
2383
|
"ctp.separatorText": string;
|
|
2352
2384
|
"ctp.cards.title": string;
|
|
@@ -2392,6 +2424,7 @@ declare const _default: {
|
|
|
2392
2424
|
"payButton.with": string;
|
|
2393
2425
|
close: string;
|
|
2394
2426
|
storeDetails: string;
|
|
2427
|
+
readMore: string;
|
|
2395
2428
|
"creditCard.holderName": string;
|
|
2396
2429
|
"creditCard.holderName.placeholder": string;
|
|
2397
2430
|
"creditCard.holderName.invalid": string;
|
|
@@ -2645,6 +2678,9 @@ declare const _default: {
|
|
|
2645
2678
|
"ctp.otp.codeResent": string;
|
|
2646
2679
|
"ctp.otp.title": string;
|
|
2647
2680
|
"ctp.otp.subtitle": string;
|
|
2681
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
2682
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
2683
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
2648
2684
|
"ctp.emptyProfile.message": string;
|
|
2649
2685
|
"ctp.separatorText": string;
|
|
2650
2686
|
"ctp.cards.title": string;
|
|
@@ -2691,6 +2727,7 @@ declare const _default: {
|
|
|
2691
2727
|
"payButton.with": string;
|
|
2692
2728
|
close: string;
|
|
2693
2729
|
storeDetails: string;
|
|
2730
|
+
readMore: string;
|
|
2694
2731
|
"creditCard.holderName": string;
|
|
2695
2732
|
"creditCard.holderName.placeholder": string;
|
|
2696
2733
|
"creditCard.holderName.invalid": string;
|
|
@@ -2944,6 +2981,9 @@ declare const _default: {
|
|
|
2944
2981
|
"ctp.otp.codeResent": string;
|
|
2945
2982
|
"ctp.otp.title": string;
|
|
2946
2983
|
"ctp.otp.subtitle": string;
|
|
2984
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
2985
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
2986
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
2947
2987
|
"ctp.emptyProfile.message": string;
|
|
2948
2988
|
"ctp.separatorText": string;
|
|
2949
2989
|
"ctp.cards.title": string;
|
|
@@ -2992,6 +3032,7 @@ declare const _default: {
|
|
|
2992
3032
|
"payButton.with": string;
|
|
2993
3033
|
close: string;
|
|
2994
3034
|
storeDetails: string;
|
|
3035
|
+
readMore: string;
|
|
2995
3036
|
"creditCard.holderName": string;
|
|
2996
3037
|
"creditCard.holderName.placeholder": string;
|
|
2997
3038
|
"creditCard.holderName.invalid": string;
|
|
@@ -3247,6 +3288,9 @@ declare const _default: {
|
|
|
3247
3288
|
"ctp.otp.codeResent": string;
|
|
3248
3289
|
"ctp.otp.title": string;
|
|
3249
3290
|
"ctp.otp.subtitle": string;
|
|
3291
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
3292
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
3293
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
3250
3294
|
"ctp.emptyProfile.message": string;
|
|
3251
3295
|
"ctp.separatorText": string;
|
|
3252
3296
|
"ctp.cards.title": string;
|
|
@@ -3293,6 +3337,7 @@ declare const _default: {
|
|
|
3293
3337
|
"payButton.with": string;
|
|
3294
3338
|
close: string;
|
|
3295
3339
|
storeDetails: string;
|
|
3340
|
+
readMore: string;
|
|
3296
3341
|
"creditCard.holderName": string;
|
|
3297
3342
|
"creditCard.holderName.placeholder": string;
|
|
3298
3343
|
"creditCard.holderName.invalid": string;
|
|
@@ -3548,6 +3593,9 @@ declare const _default: {
|
|
|
3548
3593
|
"ctp.otp.codeResent": string;
|
|
3549
3594
|
"ctp.otp.title": string;
|
|
3550
3595
|
"ctp.otp.subtitle": string;
|
|
3596
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
3597
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
3598
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
3551
3599
|
"ctp.emptyProfile.message": string;
|
|
3552
3600
|
"ctp.separatorText": string;
|
|
3553
3601
|
"ctp.cards.title": string;
|
|
@@ -3596,6 +3644,7 @@ declare const _default: {
|
|
|
3596
3644
|
"payButton.with": string;
|
|
3597
3645
|
close: string;
|
|
3598
3646
|
storeDetails: string;
|
|
3647
|
+
readMore: string;
|
|
3599
3648
|
"creditCard.holderName": string;
|
|
3600
3649
|
"creditCard.holderName.placeholder": string;
|
|
3601
3650
|
"creditCard.holderName.invalid": string;
|
|
@@ -3844,6 +3893,9 @@ declare const _default: {
|
|
|
3844
3893
|
"ctp.otp.codeResent": string;
|
|
3845
3894
|
"ctp.otp.title": string;
|
|
3846
3895
|
"ctp.otp.subtitle": string;
|
|
3896
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
3897
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
3898
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
3847
3899
|
"ctp.emptyProfile.message": string;
|
|
3848
3900
|
"ctp.separatorText": string;
|
|
3849
3901
|
"ctp.cards.title": string;
|
|
@@ -3887,6 +3939,7 @@ declare const _default: {
|
|
|
3887
3939
|
"payButton.with": string;
|
|
3888
3940
|
close: string;
|
|
3889
3941
|
storeDetails: string;
|
|
3942
|
+
readMore: string;
|
|
3890
3943
|
"creditCard.holderName": string;
|
|
3891
3944
|
"creditCard.holderName.placeholder": string;
|
|
3892
3945
|
"creditCard.holderName.invalid": string;
|
|
@@ -4135,6 +4188,9 @@ declare const _default: {
|
|
|
4135
4188
|
"ctp.otp.codeResent": string;
|
|
4136
4189
|
"ctp.otp.title": string;
|
|
4137
4190
|
"ctp.otp.subtitle": string;
|
|
4191
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
4192
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
4193
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
4138
4194
|
"ctp.emptyProfile.message": string;
|
|
4139
4195
|
"ctp.separatorText": string;
|
|
4140
4196
|
"ctp.cards.title": string;
|
|
@@ -4180,6 +4236,7 @@ declare const _default: {
|
|
|
4180
4236
|
"payButton.with": string;
|
|
4181
4237
|
close: string;
|
|
4182
4238
|
storeDetails: string;
|
|
4239
|
+
readMore: string;
|
|
4183
4240
|
"creditCard.holderName": string;
|
|
4184
4241
|
"creditCard.holderName.placeholder": string;
|
|
4185
4242
|
"creditCard.holderName.invalid": string;
|
|
@@ -4433,6 +4490,9 @@ declare const _default: {
|
|
|
4433
4490
|
"ctp.otp.codeResent": string;
|
|
4434
4491
|
"ctp.otp.title": string;
|
|
4435
4492
|
"ctp.otp.subtitle": string;
|
|
4493
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
4494
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
4495
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
4436
4496
|
"ctp.emptyProfile.message": string;
|
|
4437
4497
|
"ctp.separatorText": string;
|
|
4438
4498
|
"ctp.cards.title": string;
|
|
@@ -4476,6 +4536,7 @@ declare const _default: {
|
|
|
4476
4536
|
"payButton.with": string;
|
|
4477
4537
|
close: string;
|
|
4478
4538
|
storeDetails: string;
|
|
4539
|
+
readMore: string;
|
|
4479
4540
|
"creditCard.holderName": string;
|
|
4480
4541
|
"creditCard.holderName.placeholder": string;
|
|
4481
4542
|
"creditCard.holderName.invalid": string;
|
|
@@ -4729,6 +4790,9 @@ declare const _default: {
|
|
|
4729
4790
|
"ctp.otp.codeResent": string;
|
|
4730
4791
|
"ctp.otp.title": string;
|
|
4731
4792
|
"ctp.otp.subtitle": string;
|
|
4793
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
4794
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
4795
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
4732
4796
|
"ctp.emptyProfile.message": string;
|
|
4733
4797
|
"ctp.separatorText": string;
|
|
4734
4798
|
"ctp.cards.title": string;
|
|
@@ -4774,6 +4838,7 @@ declare const _default: {
|
|
|
4774
4838
|
"payButton.with": string;
|
|
4775
4839
|
close: string;
|
|
4776
4840
|
storeDetails: string;
|
|
4841
|
+
readMore: string;
|
|
4777
4842
|
"creditCard.holderName": string;
|
|
4778
4843
|
"creditCard.holderName.placeholder": string;
|
|
4779
4844
|
"creditCard.holderName.invalid": string;
|
|
@@ -5027,6 +5092,9 @@ declare const _default: {
|
|
|
5027
5092
|
"ctp.otp.codeResent": string;
|
|
5028
5093
|
"ctp.otp.title": string;
|
|
5029
5094
|
"ctp.otp.subtitle": string;
|
|
5095
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
5096
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
5097
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
5030
5098
|
"ctp.emptyProfile.message": string;
|
|
5031
5099
|
"ctp.separatorText": string;
|
|
5032
5100
|
"ctp.cards.title": string;
|
|
@@ -5073,6 +5141,7 @@ declare const _default: {
|
|
|
5073
5141
|
"payButton.with": string;
|
|
5074
5142
|
close: string;
|
|
5075
5143
|
storeDetails: string;
|
|
5144
|
+
readMore: string;
|
|
5076
5145
|
"creditCard.holderName": string;
|
|
5077
5146
|
"creditCard.holderName.placeholder": string;
|
|
5078
5147
|
"creditCard.holderName.invalid": string;
|
|
@@ -5326,6 +5395,9 @@ declare const _default: {
|
|
|
5326
5395
|
"ctp.otp.codeResent": string;
|
|
5327
5396
|
"ctp.otp.title": string;
|
|
5328
5397
|
"ctp.otp.subtitle": string;
|
|
5398
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
5399
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
5400
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
5329
5401
|
"ctp.emptyProfile.message": string;
|
|
5330
5402
|
"ctp.separatorText": string;
|
|
5331
5403
|
"ctp.cards.title": string;
|
|
@@ -5374,6 +5446,7 @@ declare const _default: {
|
|
|
5374
5446
|
"payButton.with": string;
|
|
5375
5447
|
close: string;
|
|
5376
5448
|
storeDetails: string;
|
|
5449
|
+
readMore: string;
|
|
5377
5450
|
"creditCard.holderName": string;
|
|
5378
5451
|
"creditCard.holderName.placeholder": string;
|
|
5379
5452
|
"creditCard.holderName.invalid": string;
|
|
@@ -5627,6 +5700,9 @@ declare const _default: {
|
|
|
5627
5700
|
"ctp.otp.codeResent": string;
|
|
5628
5701
|
"ctp.otp.title": string;
|
|
5629
5702
|
"ctp.otp.subtitle": string;
|
|
5703
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
5704
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
5705
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
5630
5706
|
"ctp.emptyProfile.message": string;
|
|
5631
5707
|
"ctp.separatorText": string;
|
|
5632
5708
|
"ctp.cards.title": string;
|
|
@@ -5673,6 +5749,7 @@ declare const _default: {
|
|
|
5673
5749
|
"payButton.with": string;
|
|
5674
5750
|
close: string;
|
|
5675
5751
|
storeDetails: string;
|
|
5752
|
+
readMore: string;
|
|
5676
5753
|
"creditCard.holderName": string;
|
|
5677
5754
|
"creditCard.holderName.placeholder": string;
|
|
5678
5755
|
"creditCard.holderName.invalid": string;
|
|
@@ -5926,6 +6003,9 @@ declare const _default: {
|
|
|
5926
6003
|
"ctp.otp.codeResent": string;
|
|
5927
6004
|
"ctp.otp.title": string;
|
|
5928
6005
|
"ctp.otp.subtitle": string;
|
|
6006
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
6007
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
6008
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
5929
6009
|
"ctp.emptyProfile.message": string;
|
|
5930
6010
|
"ctp.separatorText": string;
|
|
5931
6011
|
"ctp.cards.title": string;
|
|
@@ -5974,6 +6054,7 @@ declare const _default: {
|
|
|
5974
6054
|
"payButton.with": string;
|
|
5975
6055
|
close: string;
|
|
5976
6056
|
storeDetails: string;
|
|
6057
|
+
readMore: string;
|
|
5977
6058
|
"creditCard.holderName": string;
|
|
5978
6059
|
"creditCard.holderName.placeholder": string;
|
|
5979
6060
|
"creditCard.holderName.invalid": string;
|
|
@@ -6227,6 +6308,9 @@ declare const _default: {
|
|
|
6227
6308
|
"ctp.otp.codeResent": string;
|
|
6228
6309
|
"ctp.otp.title": string;
|
|
6229
6310
|
"ctp.otp.subtitle": string;
|
|
6311
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
6312
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
6313
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
6230
6314
|
"ctp.emptyProfile.message": string;
|
|
6231
6315
|
"ctp.separatorText": string;
|
|
6232
6316
|
"ctp.cards.title": string;
|
|
@@ -6273,6 +6357,7 @@ declare const _default: {
|
|
|
6273
6357
|
"payButton.with": string;
|
|
6274
6358
|
close: string;
|
|
6275
6359
|
storeDetails: string;
|
|
6360
|
+
readMore: string;
|
|
6276
6361
|
"creditCard.holderName": string;
|
|
6277
6362
|
"creditCard.holderName.placeholder": string;
|
|
6278
6363
|
"creditCard.holderName.invalid": string;
|
|
@@ -6526,6 +6611,9 @@ declare const _default: {
|
|
|
6526
6611
|
"ctp.otp.codeResent": string;
|
|
6527
6612
|
"ctp.otp.title": string;
|
|
6528
6613
|
"ctp.otp.subtitle": string;
|
|
6614
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
6615
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
6616
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
6529
6617
|
"ctp.emptyProfile.message": string;
|
|
6530
6618
|
"ctp.separatorText": string;
|
|
6531
6619
|
"ctp.cards.title": string;
|
|
@@ -6574,6 +6662,7 @@ declare const _default: {
|
|
|
6574
6662
|
"payButton.with": string;
|
|
6575
6663
|
close: string;
|
|
6576
6664
|
storeDetails: string;
|
|
6665
|
+
readMore: string;
|
|
6577
6666
|
"creditCard.holderName": string;
|
|
6578
6667
|
"creditCard.holderName.placeholder": string;
|
|
6579
6668
|
"creditCard.holderName.invalid": string;
|
|
@@ -6825,6 +6914,9 @@ declare const _default: {
|
|
|
6825
6914
|
"ctp.otp.codeResent": string;
|
|
6826
6915
|
"ctp.otp.title": string;
|
|
6827
6916
|
"ctp.otp.subtitle": string;
|
|
6917
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
6918
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
6919
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
6828
6920
|
"ctp.emptyProfile.message": string;
|
|
6829
6921
|
"ctp.separatorText": string;
|
|
6830
6922
|
"ctp.cards.title": string;
|
|
@@ -6871,6 +6963,7 @@ declare const _default: {
|
|
|
6871
6963
|
"payButton.with": string;
|
|
6872
6964
|
close: string;
|
|
6873
6965
|
storeDetails: string;
|
|
6966
|
+
readMore: string;
|
|
6874
6967
|
"creditCard.holderName": string;
|
|
6875
6968
|
"creditCard.holderName.placeholder": string;
|
|
6876
6969
|
"creditCard.holderName.invalid": string;
|
|
@@ -7122,6 +7215,9 @@ declare const _default: {
|
|
|
7122
7215
|
"ctp.otp.codeResent": string;
|
|
7123
7216
|
"ctp.otp.title": string;
|
|
7124
7217
|
"ctp.otp.subtitle": string;
|
|
7218
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
7219
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
7220
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
7125
7221
|
"ctp.emptyProfile.message": string;
|
|
7126
7222
|
"ctp.separatorText": string;
|
|
7127
7223
|
"ctp.cards.title": string;
|
|
@@ -7170,6 +7266,7 @@ declare const _default: {
|
|
|
7170
7266
|
"payButton.with": string;
|
|
7171
7267
|
close: string;
|
|
7172
7268
|
storeDetails: string;
|
|
7269
|
+
readMore: string;
|
|
7173
7270
|
"creditCard.holderName": string;
|
|
7174
7271
|
"creditCard.holderName.placeholder": string;
|
|
7175
7272
|
"creditCard.holderName.invalid": string;
|
|
@@ -7423,6 +7520,9 @@ declare const _default: {
|
|
|
7423
7520
|
"ctp.otp.codeResent": string;
|
|
7424
7521
|
"ctp.otp.title": string;
|
|
7425
7522
|
"ctp.otp.subtitle": string;
|
|
7523
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
7524
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
7525
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
7426
7526
|
"ctp.emptyProfile.message": string;
|
|
7427
7527
|
"ctp.separatorText": string;
|
|
7428
7528
|
"ctp.cards.title": string;
|
|
@@ -7469,6 +7569,7 @@ declare const _default: {
|
|
|
7469
7569
|
"payButton.with": string;
|
|
7470
7570
|
close: string;
|
|
7471
7571
|
storeDetails: string;
|
|
7572
|
+
readMore: string;
|
|
7472
7573
|
"creditCard.holderName": string;
|
|
7473
7574
|
"creditCard.holderName.placeholder": string;
|
|
7474
7575
|
"creditCard.holderName.invalid": string;
|
|
@@ -7722,6 +7823,9 @@ declare const _default: {
|
|
|
7722
7823
|
"ctp.otp.codeResent": string;
|
|
7723
7824
|
"ctp.otp.title": string;
|
|
7724
7825
|
"ctp.otp.subtitle": string;
|
|
7826
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
7827
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
7828
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
7725
7829
|
"ctp.emptyProfile.message": string;
|
|
7726
7830
|
"ctp.separatorText": string;
|
|
7727
7831
|
"ctp.cards.title": string;
|
|
@@ -7770,6 +7874,7 @@ declare const _default: {
|
|
|
7770
7874
|
"payButton.with": string;
|
|
7771
7875
|
close: string;
|
|
7772
7876
|
storeDetails: string;
|
|
7877
|
+
readMore: string;
|
|
7773
7878
|
"creditCard.holderName": string;
|
|
7774
7879
|
"creditCard.holderName.placeholder": string;
|
|
7775
7880
|
"creditCard.holderName.invalid": string;
|
|
@@ -8023,6 +8128,9 @@ declare const _default: {
|
|
|
8023
8128
|
"ctp.otp.codeResent": string;
|
|
8024
8129
|
"ctp.otp.title": string;
|
|
8025
8130
|
"ctp.otp.subtitle": string;
|
|
8131
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
8132
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
8133
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
8026
8134
|
"ctp.emptyProfile.message": string;
|
|
8027
8135
|
"ctp.separatorText": string;
|
|
8028
8136
|
"ctp.cards.title": string;
|
|
@@ -8069,6 +8177,7 @@ declare const _default: {
|
|
|
8069
8177
|
"payButton.with": string;
|
|
8070
8178
|
close: string;
|
|
8071
8179
|
storeDetails: string;
|
|
8180
|
+
readMore: string;
|
|
8072
8181
|
"creditCard.holderName": string;
|
|
8073
8182
|
"creditCard.holderName.placeholder": string;
|
|
8074
8183
|
"creditCard.holderName.invalid": string;
|
|
@@ -8322,6 +8431,9 @@ declare const _default: {
|
|
|
8322
8431
|
"ctp.otp.codeResent": string;
|
|
8323
8432
|
"ctp.otp.title": string;
|
|
8324
8433
|
"ctp.otp.subtitle": string;
|
|
8434
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
8435
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
8436
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
8325
8437
|
"ctp.emptyProfile.message": string;
|
|
8326
8438
|
"ctp.separatorText": string;
|
|
8327
8439
|
"ctp.cards.title": string;
|
|
@@ -8370,6 +8482,7 @@ declare const _default: {
|
|
|
8370
8482
|
"payButton.with": string;
|
|
8371
8483
|
close: string;
|
|
8372
8484
|
storeDetails: string;
|
|
8485
|
+
readMore: string;
|
|
8373
8486
|
"creditCard.holderName": string;
|
|
8374
8487
|
"creditCard.holderName.placeholder": string;
|
|
8375
8488
|
"creditCard.holderName.invalid": string;
|
|
@@ -8623,6 +8736,9 @@ declare const _default: {
|
|
|
8623
8736
|
"ctp.otp.codeResent": string;
|
|
8624
8737
|
"ctp.otp.title": string;
|
|
8625
8738
|
"ctp.otp.subtitle": string;
|
|
8739
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
8740
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
8741
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
8626
8742
|
"ctp.emptyProfile.message": string;
|
|
8627
8743
|
"ctp.separatorText": string;
|
|
8628
8744
|
"ctp.cards.title": string;
|
|
@@ -8666,6 +8782,7 @@ declare const _default: {
|
|
|
8666
8782
|
"payButton.with": string;
|
|
8667
8783
|
close: string;
|
|
8668
8784
|
storeDetails: string;
|
|
8785
|
+
readMore: string;
|
|
8669
8786
|
"creditCard.holderName": string;
|
|
8670
8787
|
"creditCard.holderName.placeholder": string;
|
|
8671
8788
|
"creditCard.holderName.invalid": string;
|
|
@@ -8919,6 +9036,9 @@ declare const _default: {
|
|
|
8919
9036
|
"ctp.otp.codeResent": string;
|
|
8920
9037
|
"ctp.otp.title": string;
|
|
8921
9038
|
"ctp.otp.subtitle": string;
|
|
9039
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
9040
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
9041
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
8922
9042
|
"ctp.emptyProfile.message": string;
|
|
8923
9043
|
"ctp.separatorText": string;
|
|
8924
9044
|
"ctp.cards.title": string;
|
|
@@ -8964,6 +9084,7 @@ declare const _default: {
|
|
|
8964
9084
|
"payButton.with": string;
|
|
8965
9085
|
close: string;
|
|
8966
9086
|
storeDetails: string;
|
|
9087
|
+
readMore: string;
|
|
8967
9088
|
"creditCard.holderName": string;
|
|
8968
9089
|
"creditCard.holderName.placeholder": string;
|
|
8969
9090
|
"creditCard.holderName.invalid": string;
|
|
@@ -9217,6 +9338,9 @@ declare const _default: {
|
|
|
9217
9338
|
"ctp.otp.codeResent": string;
|
|
9218
9339
|
"ctp.otp.title": string;
|
|
9219
9340
|
"ctp.otp.subtitle": string;
|
|
9341
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
9342
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
9343
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
9220
9344
|
"ctp.emptyProfile.message": string;
|
|
9221
9345
|
"ctp.separatorText": string;
|
|
9222
9346
|
"ctp.cards.title": string;
|
|
@@ -9260,6 +9384,7 @@ declare const _default: {
|
|
|
9260
9384
|
"payButton.with": string;
|
|
9261
9385
|
close: string;
|
|
9262
9386
|
storeDetails: string;
|
|
9387
|
+
readMore: string;
|
|
9263
9388
|
"creditCard.holderName": string;
|
|
9264
9389
|
"creditCard.holderName.placeholder": string;
|
|
9265
9390
|
"creditCard.holderName.invalid": string;
|
|
@@ -9513,6 +9638,9 @@ declare const _default: {
|
|
|
9513
9638
|
"ctp.otp.codeResent": string;
|
|
9514
9639
|
"ctp.otp.title": string;
|
|
9515
9640
|
"ctp.otp.subtitle": string;
|
|
9641
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
9642
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
9643
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
9516
9644
|
"ctp.emptyProfile.message": string;
|
|
9517
9645
|
"ctp.separatorText": string;
|
|
9518
9646
|
"ctp.cards.title": string;
|
|
@@ -9558,6 +9686,7 @@ declare const _default: {
|
|
|
9558
9686
|
"payButton.with": string;
|
|
9559
9687
|
close: string;
|
|
9560
9688
|
storeDetails: string;
|
|
9689
|
+
readMore: string;
|
|
9561
9690
|
"creditCard.holderName": string;
|
|
9562
9691
|
"creditCard.holderName.placeholder": string;
|
|
9563
9692
|
"creditCard.holderName.invalid": string;
|
|
@@ -9811,6 +9940,9 @@ declare const _default: {
|
|
|
9811
9940
|
"ctp.otp.codeResent": string;
|
|
9812
9941
|
"ctp.otp.title": string;
|
|
9813
9942
|
"ctp.otp.subtitle": string;
|
|
9943
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
9944
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
9945
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
9814
9946
|
"ctp.emptyProfile.message": string;
|
|
9815
9947
|
"ctp.separatorText": string;
|
|
9816
9948
|
"ctp.cards.title": string;
|
|
@@ -9857,6 +9989,7 @@ declare const _default: {
|
|
|
9857
9989
|
"payButton.with": string;
|
|
9858
9990
|
close: string;
|
|
9859
9991
|
storeDetails: string;
|
|
9992
|
+
readMore: string;
|
|
9860
9993
|
"creditCard.holderName": string;
|
|
9861
9994
|
"creditCard.holderName.placeholder": string;
|
|
9862
9995
|
"creditCard.holderName.invalid": string;
|
|
@@ -10110,6 +10243,9 @@ declare const _default: {
|
|
|
10110
10243
|
"ctp.otp.codeResent": string;
|
|
10111
10244
|
"ctp.otp.title": string;
|
|
10112
10245
|
"ctp.otp.subtitle": string;
|
|
10246
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
10247
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
10248
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
10113
10249
|
"ctp.emptyProfile.message": string;
|
|
10114
10250
|
"ctp.separatorText": string;
|
|
10115
10251
|
"ctp.cards.title": string;
|
|
@@ -10158,6 +10294,7 @@ declare const _default: {
|
|
|
10158
10294
|
"payButton.with": string;
|
|
10159
10295
|
close: string;
|
|
10160
10296
|
storeDetails: string;
|
|
10297
|
+
readMore: string;
|
|
10161
10298
|
"creditCard.holderName": string;
|
|
10162
10299
|
"creditCard.holderName.placeholder": string;
|
|
10163
10300
|
"creditCard.holderName.invalid": string;
|
|
@@ -10409,6 +10546,9 @@ declare const _default: {
|
|
|
10409
10546
|
"ctp.otp.codeResent": string;
|
|
10410
10547
|
"ctp.otp.title": string;
|
|
10411
10548
|
"ctp.otp.subtitle": string;
|
|
10549
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
10550
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
10551
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
10412
10552
|
"ctp.emptyProfile.message": string;
|
|
10413
10553
|
"ctp.separatorText": string;
|
|
10414
10554
|
"ctp.cards.title": string;
|
|
@@ -10455,6 +10595,7 @@ declare const _default: {
|
|
|
10455
10595
|
"payButton.with": string;
|
|
10456
10596
|
close: string;
|
|
10457
10597
|
storeDetails: string;
|
|
10598
|
+
readMore: string;
|
|
10458
10599
|
"creditCard.holderName": string;
|
|
10459
10600
|
"creditCard.holderName.placeholder": string;
|
|
10460
10601
|
"creditCard.holderName.invalid": string;
|
|
@@ -10706,6 +10847,9 @@ declare const _default: {
|
|
|
10706
10847
|
"ctp.otp.codeResent": string;
|
|
10707
10848
|
"ctp.otp.title": string;
|
|
10708
10849
|
"ctp.otp.subtitle": string;
|
|
10850
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
10851
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
10852
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
10709
10853
|
"ctp.emptyProfile.message": string;
|
|
10710
10854
|
"ctp.separatorText": string;
|
|
10711
10855
|
"ctp.cards.title": string;
|
|
@@ -10754,6 +10898,7 @@ declare const _default: {
|
|
|
10754
10898
|
"payButton.with": string;
|
|
10755
10899
|
close: string;
|
|
10756
10900
|
storeDetails: string;
|
|
10901
|
+
readMore: string;
|
|
10757
10902
|
"creditCard.holderName": string;
|
|
10758
10903
|
"creditCard.holderName.placeholder": string;
|
|
10759
10904
|
"creditCard.holderName.invalid": string;
|
|
@@ -11009,6 +11154,9 @@ declare const _default: {
|
|
|
11009
11154
|
"ctp.otp.codeResent": string;
|
|
11010
11155
|
"ctp.otp.title": string;
|
|
11011
11156
|
"ctp.otp.subtitle": string;
|
|
11157
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
11158
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
11159
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
11012
11160
|
"ctp.emptyProfile.message": string;
|
|
11013
11161
|
"ctp.separatorText": string;
|
|
11014
11162
|
"ctp.cards.title": string;
|
|
@@ -11055,6 +11203,7 @@ declare const _default: {
|
|
|
11055
11203
|
"payButton.with": string;
|
|
11056
11204
|
close: string;
|
|
11057
11205
|
storeDetails: string;
|
|
11206
|
+
readMore: string;
|
|
11058
11207
|
"creditCard.holderName": string;
|
|
11059
11208
|
"creditCard.holderName.placeholder": string;
|
|
11060
11209
|
"creditCard.holderName.invalid": string;
|
|
@@ -11310,6 +11459,9 @@ declare const _default: {
|
|
|
11310
11459
|
"ctp.otp.codeResent": string;
|
|
11311
11460
|
"ctp.otp.title": string;
|
|
11312
11461
|
"ctp.otp.subtitle": string;
|
|
11462
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
11463
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
11464
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
11313
11465
|
"ctp.emptyProfile.message": string;
|
|
11314
11466
|
"ctp.separatorText": string;
|
|
11315
11467
|
"ctp.cards.title": string;
|
|
@@ -11358,6 +11510,7 @@ declare const _default: {
|
|
|
11358
11510
|
"payButton.with": string;
|
|
11359
11511
|
close: string;
|
|
11360
11512
|
storeDetails: string;
|
|
11513
|
+
readMore: string;
|
|
11361
11514
|
"creditCard.holderName": string;
|
|
11362
11515
|
"creditCard.holderName.placeholder": string;
|
|
11363
11516
|
"creditCard.holderName.invalid": string;
|
|
@@ -11611,6 +11764,9 @@ declare const _default: {
|
|
|
11611
11764
|
"ctp.otp.codeResent": string;
|
|
11612
11765
|
"ctp.otp.title": string;
|
|
11613
11766
|
"ctp.otp.subtitle": string;
|
|
11767
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
11768
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
11769
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
11614
11770
|
"ctp.emptyProfile.message": string;
|
|
11615
11771
|
"ctp.separatorText": string;
|
|
11616
11772
|
"ctp.cards.title": string;
|
|
@@ -11657,6 +11813,7 @@ declare const _default: {
|
|
|
11657
11813
|
"payButton.with": string;
|
|
11658
11814
|
close: string;
|
|
11659
11815
|
storeDetails: string;
|
|
11816
|
+
readMore: string;
|
|
11660
11817
|
"creditCard.holderName": string;
|
|
11661
11818
|
"creditCard.holderName.placeholder": string;
|
|
11662
11819
|
"creditCard.holderName.invalid": string;
|
|
@@ -11910,6 +12067,9 @@ declare const _default: {
|
|
|
11910
12067
|
"ctp.otp.codeResent": string;
|
|
11911
12068
|
"ctp.otp.title": string;
|
|
11912
12069
|
"ctp.otp.subtitle": string;
|
|
12070
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
12071
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
12072
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
11913
12073
|
"ctp.emptyProfile.message": string;
|
|
11914
12074
|
"ctp.separatorText": string;
|
|
11915
12075
|
"ctp.cards.title": string;
|
|
@@ -11958,6 +12118,7 @@ declare const _default: {
|
|
|
11958
12118
|
"payButton.with": string;
|
|
11959
12119
|
close: string;
|
|
11960
12120
|
storeDetails: string;
|
|
12121
|
+
readMore: string;
|
|
11961
12122
|
"creditCard.holderName": string;
|
|
11962
12123
|
"creditCard.holderName.placeholder": string;
|
|
11963
12124
|
"creditCard.holderName.invalid": string;
|
|
@@ -12208,6 +12369,9 @@ declare const _default: {
|
|
|
12208
12369
|
"ctp.otp.codeResent": string;
|
|
12209
12370
|
"ctp.otp.title": string;
|
|
12210
12371
|
"ctp.otp.subtitle": string;
|
|
12372
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
12373
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
12374
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
12211
12375
|
"ctp.emptyProfile.message": string;
|
|
12212
12376
|
"ctp.separatorText": string;
|
|
12213
12377
|
"ctp.cards.title": string;
|
|
@@ -12254,6 +12418,7 @@ declare const _default: {
|
|
|
12254
12418
|
"payButton.with": string;
|
|
12255
12419
|
close: string;
|
|
12256
12420
|
storeDetails: string;
|
|
12421
|
+
readMore: string;
|
|
12257
12422
|
"creditCard.holderName": string;
|
|
12258
12423
|
"creditCard.holderName.placeholder": string;
|
|
12259
12424
|
"creditCard.holderName.invalid": string;
|
|
@@ -12504,6 +12669,9 @@ declare const _default: {
|
|
|
12504
12669
|
"ctp.otp.codeResent": string;
|
|
12505
12670
|
"ctp.otp.title": string;
|
|
12506
12671
|
"ctp.otp.subtitle": string;
|
|
12672
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
12673
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
12674
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
12507
12675
|
"ctp.emptyProfile.message": string;
|
|
12508
12676
|
"ctp.separatorText": string;
|
|
12509
12677
|
"ctp.cards.title": string;
|
|
@@ -12552,6 +12720,7 @@ declare const _default: {
|
|
|
12552
12720
|
"payButton.with": string;
|
|
12553
12721
|
close: string;
|
|
12554
12722
|
storeDetails: string;
|
|
12723
|
+
readMore: string;
|
|
12555
12724
|
"creditCard.holderName": string;
|
|
12556
12725
|
"creditCard.holderName.placeholder": string;
|
|
12557
12726
|
"creditCard.holderName.invalid": string;
|
|
@@ -12805,6 +12974,9 @@ declare const _default: {
|
|
|
12805
12974
|
"ctp.otp.codeResent": string;
|
|
12806
12975
|
"ctp.otp.title": string;
|
|
12807
12976
|
"ctp.otp.subtitle": string;
|
|
12977
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
12978
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
12979
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
12808
12980
|
"ctp.emptyProfile.message": string;
|
|
12809
12981
|
"ctp.separatorText": string;
|
|
12810
12982
|
"ctp.cards.title": string;
|
|
@@ -12851,6 +13023,7 @@ declare const _default: {
|
|
|
12851
13023
|
"payButton.with": string;
|
|
12852
13024
|
close: string;
|
|
12853
13025
|
storeDetails: string;
|
|
13026
|
+
readMore: string;
|
|
12854
13027
|
"creditCard.holderName": string;
|
|
12855
13028
|
"creditCard.holderName.placeholder": string;
|
|
12856
13029
|
"creditCard.holderName.invalid": string;
|
|
@@ -13104,6 +13277,9 @@ declare const _default: {
|
|
|
13104
13277
|
"ctp.otp.codeResent": string;
|
|
13105
13278
|
"ctp.otp.title": string;
|
|
13106
13279
|
"ctp.otp.subtitle": string;
|
|
13280
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
13281
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
13282
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
13107
13283
|
"ctp.emptyProfile.message": string;
|
|
13108
13284
|
"ctp.separatorText": string;
|
|
13109
13285
|
"ctp.cards.title": string;
|
|
@@ -13152,6 +13328,7 @@ declare const _default: {
|
|
|
13152
13328
|
"payButton.with": string;
|
|
13153
13329
|
close: string;
|
|
13154
13330
|
storeDetails: string;
|
|
13331
|
+
readMore: string;
|
|
13155
13332
|
"creditCard.holderName": string;
|
|
13156
13333
|
"creditCard.holderName.placeholder": string;
|
|
13157
13334
|
"creditCard.holderName.invalid": string;
|
|
@@ -13405,6 +13582,9 @@ declare const _default: {
|
|
|
13405
13582
|
"ctp.otp.codeResent": string;
|
|
13406
13583
|
"ctp.otp.title": string;
|
|
13407
13584
|
"ctp.otp.subtitle": string;
|
|
13585
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
13586
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
13587
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
13408
13588
|
"ctp.emptyProfile.message": string;
|
|
13409
13589
|
"ctp.separatorText": string;
|
|
13410
13590
|
"ctp.cards.title": string;
|
|
@@ -13451,6 +13631,7 @@ declare const _default: {
|
|
|
13451
13631
|
"payButton.with": string;
|
|
13452
13632
|
close: string;
|
|
13453
13633
|
storeDetails: string;
|
|
13634
|
+
readMore: string;
|
|
13454
13635
|
"creditCard.holderName": string;
|
|
13455
13636
|
"creditCard.holderName.placeholder": string;
|
|
13456
13637
|
"creditCard.holderName.invalid": string;
|
|
@@ -13704,6 +13885,9 @@ declare const _default: {
|
|
|
13704
13885
|
"ctp.otp.codeResent": string;
|
|
13705
13886
|
"ctp.otp.title": string;
|
|
13706
13887
|
"ctp.otp.subtitle": string;
|
|
13888
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
13889
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
13890
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
13707
13891
|
"ctp.emptyProfile.message": string;
|
|
13708
13892
|
"ctp.separatorText": string;
|
|
13709
13893
|
"ctp.cards.title": string;
|
|
@@ -13752,6 +13936,7 @@ declare const _default: {
|
|
|
13752
13936
|
"payButton.with": string;
|
|
13753
13937
|
close: string;
|
|
13754
13938
|
storeDetails: string;
|
|
13939
|
+
readMore: string;
|
|
13755
13940
|
"creditCard.holderName": string;
|
|
13756
13941
|
"creditCard.holderName.placeholder": string;
|
|
13757
13942
|
"creditCard.holderName.invalid": string;
|
|
@@ -14005,6 +14190,9 @@ declare const _default: {
|
|
|
14005
14190
|
"ctp.otp.codeResent": string;
|
|
14006
14191
|
"ctp.otp.title": string;
|
|
14007
14192
|
"ctp.otp.subtitle": string;
|
|
14193
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
14194
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
14195
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
14008
14196
|
"ctp.emptyProfile.message": string;
|
|
14009
14197
|
"ctp.separatorText": string;
|
|
14010
14198
|
"ctp.cards.title": string;
|
|
@@ -14038,6 +14226,7 @@ declare const _default: {
|
|
|
14038
14226
|
"companyDetails.registrationNumber.invalid": string;
|
|
14039
14227
|
"consent.checkbox.invalid": string;
|
|
14040
14228
|
"form.instruction": string;
|
|
14229
|
+
"trustly.descriptor": string;
|
|
14041
14230
|
"ancv.input.label": string;
|
|
14042
14231
|
"ancv.confirmPayment": string;
|
|
14043
14232
|
"ancv.form.instruction": string;
|
|
@@ -14048,6 +14237,7 @@ declare const _default: {
|
|
|
14048
14237
|
"payButton.with": string;
|
|
14049
14238
|
close: string;
|
|
14050
14239
|
storeDetails: string;
|
|
14240
|
+
readMore: string;
|
|
14051
14241
|
"creditCard.holderName": string;
|
|
14052
14242
|
"creditCard.holderName.placeholder": string;
|
|
14053
14243
|
"creditCard.holderName.invalid": string;
|
|
@@ -14301,6 +14491,9 @@ declare const _default: {
|
|
|
14301
14491
|
"ctp.otp.codeResent": string;
|
|
14302
14492
|
"ctp.otp.title": string;
|
|
14303
14493
|
"ctp.otp.subtitle": string;
|
|
14494
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
14495
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
14496
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
14304
14497
|
"ctp.emptyProfile.message": string;
|
|
14305
14498
|
"ctp.separatorText": string;
|
|
14306
14499
|
"ctp.cards.title": string;
|
|
@@ -14334,6 +14527,7 @@ declare const _default: {
|
|
|
14334
14527
|
"companyDetails.registrationNumber.invalid": string;
|
|
14335
14528
|
"consent.checkbox.invalid": string;
|
|
14336
14529
|
"form.instruction": string;
|
|
14530
|
+
"trustly.descriptor": string;
|
|
14337
14531
|
"ancv.input.label": string;
|
|
14338
14532
|
"ancv.confirmPayment": string;
|
|
14339
14533
|
"ancv.form.instruction": string;
|
|
@@ -14346,6 +14540,7 @@ declare const _default: {
|
|
|
14346
14540
|
"payButton.with": string;
|
|
14347
14541
|
close: string;
|
|
14348
14542
|
storeDetails: string;
|
|
14543
|
+
readMore: string;
|
|
14349
14544
|
"creditCard.holderName": string;
|
|
14350
14545
|
"creditCard.holderName.placeholder": string;
|
|
14351
14546
|
"creditCard.holderName.invalid": string;
|
|
@@ -14598,6 +14793,9 @@ declare const _default: {
|
|
|
14598
14793
|
"ctp.otp.codeResent": string;
|
|
14599
14794
|
"ctp.otp.title": string;
|
|
14600
14795
|
"ctp.otp.subtitle": string;
|
|
14796
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
14797
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
14798
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
14601
14799
|
"ctp.emptyProfile.message": string;
|
|
14602
14800
|
"ctp.separatorText": string;
|
|
14603
14801
|
"ctp.cards.title": string;
|
|
@@ -14644,6 +14842,7 @@ declare const _default: {
|
|
|
14644
14842
|
"payButton.with": string;
|
|
14645
14843
|
close: string;
|
|
14646
14844
|
storeDetails: string;
|
|
14845
|
+
readMore: string;
|
|
14647
14846
|
"creditCard.holderName": string;
|
|
14648
14847
|
"creditCard.holderName.placeholder": string;
|
|
14649
14848
|
"creditCard.holderName.invalid": string;
|
|
@@ -14896,6 +15095,9 @@ declare const _default: {
|
|
|
14896
15095
|
"ctp.otp.codeResent": string;
|
|
14897
15096
|
"ctp.otp.title": string;
|
|
14898
15097
|
"ctp.otp.subtitle": string;
|
|
15098
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
15099
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
15100
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
14899
15101
|
"ctp.emptyProfile.message": string;
|
|
14900
15102
|
"ctp.separatorText": string;
|
|
14901
15103
|
"ctp.cards.title": string;
|
|
@@ -14944,6 +15146,7 @@ declare const _default: {
|
|
|
14944
15146
|
"payButton.with": string;
|
|
14945
15147
|
close: string;
|
|
14946
15148
|
storeDetails: string;
|
|
15149
|
+
readMore: string;
|
|
14947
15150
|
"creditCard.holderName": string;
|
|
14948
15151
|
"creditCard.holderName.placeholder": string;
|
|
14949
15152
|
"creditCard.holderName.invalid": string;
|
|
@@ -15197,6 +15400,9 @@ declare const _default: {
|
|
|
15197
15400
|
"ctp.otp.codeResent": string;
|
|
15198
15401
|
"ctp.otp.title": string;
|
|
15199
15402
|
"ctp.otp.subtitle": string;
|
|
15403
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
15404
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
15405
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
15200
15406
|
"ctp.emptyProfile.message": string;
|
|
15201
15407
|
"ctp.separatorText": string;
|
|
15202
15408
|
"ctp.cards.title": string;
|
|
@@ -15243,6 +15449,7 @@ declare const _default: {
|
|
|
15243
15449
|
"payButton.with": string;
|
|
15244
15450
|
close: string;
|
|
15245
15451
|
storeDetails: string;
|
|
15452
|
+
readMore: string;
|
|
15246
15453
|
"creditCard.holderName": string;
|
|
15247
15454
|
"creditCard.holderName.placeholder": string;
|
|
15248
15455
|
"creditCard.holderName.invalid": string;
|
|
@@ -15496,6 +15703,9 @@ declare const _default: {
|
|
|
15496
15703
|
"ctp.otp.codeResent": string;
|
|
15497
15704
|
"ctp.otp.title": string;
|
|
15498
15705
|
"ctp.otp.subtitle": string;
|
|
15706
|
+
"ctp.otp.saveCookiesCheckbox.label": string;
|
|
15707
|
+
"ctp.otp.saveCookiesCheckbox.information": string;
|
|
15708
|
+
"ctp.otp.saveCookiesCheckbox.shorterInfo": string;
|
|
15499
15709
|
"ctp.emptyProfile.message": string;
|
|
15500
15710
|
"ctp.separatorText": string;
|
|
15501
15711
|
"ctp.cards.title": string;
|