@pprogroup/drop-in-checkout 2.20.4 → 2.22.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/drop-in-checkout.es.js +2600 -2500
- package/dist/drop-in-checkout.umd.js +24 -24
- package/dist/src/components/payment-methods/P24/BankCodeField.d.ts +5 -0
- package/dist/src/components/payment-methods/P24/P24.d.ts +5 -0
- package/dist/src/i18n/resources.d.ts +40 -0
- package/dist/src/i18n/translations/cs_CZ.json.d.ts +1 -0
- package/dist/src/i18n/translations/da_DK.json.d.ts +1 -0
- package/dist/src/i18n/translations/de_DE.json.d.ts +1 -0
- package/dist/src/i18n/translations/en.json.d.ts +15 -0
- package/dist/src/i18n/translations/es_ES.json.d.ts +1 -0
- package/dist/src/i18n/translations/fi_FI.json.d.ts +1 -0
- package/dist/src/i18n/translations/fil_PH.json.d.ts +1 -0
- package/dist/src/i18n/translations/fr_FR.json.d.ts +1 -0
- package/dist/src/i18n/translations/id_ID.json.d.ts +1 -0
- package/dist/src/i18n/translations/it_IT.json.d.ts +1 -0
- package/dist/src/i18n/translations/ja_JP.json.d.ts +1 -0
- package/dist/src/i18n/translations/ko_KR.json.d.ts +1 -0
- package/dist/src/i18n/translations/ms_MY.json.d.ts +1 -0
- package/dist/src/i18n/translations/nl_NL.json.d.ts +1 -0
- package/dist/src/i18n/translations/no_NO.json.d.ts +1 -0
- package/dist/src/i18n/translations/pl.json.d.ts +1 -0
- package/dist/src/i18n/translations/pt_BR.json.d.ts +1 -0
- package/dist/src/i18n/translations/ru_RU.json.d.ts +1 -0
- package/dist/src/i18n/translations/sv_SE.json.d.ts +1 -0
- package/dist/src/i18n/translations/th_TH.json.d.ts +1 -0
- package/dist/src/i18n/translations/tr_TR.json.d.ts +1 -0
- package/dist/src/i18n/translations/uk_UA.json.d.ts +1 -0
- package/dist/src/i18n/translations/zh_CN.json.d.ts +1 -0
- package/dist/src/index.d.ts +1 -1
- package/dist/src/interfaces/forms.d.ts +5 -1
- package/dist/src/interfaces/payment-instruments.d.ts +1 -0
- package/dist/src/interfaces/payments.d.ts +1 -1
- package/dist/test/p24.test.d.ts +1 -0
- package/package.json +1 -1
|
@@ -121,6 +121,20 @@ declare const resources: {
|
|
|
121
121
|
"nuPay.redirectRecurring": string;
|
|
122
122
|
"nuPay.taxIdProviderDecline": string;
|
|
123
123
|
other: string;
|
|
124
|
+
"p24.bank.blik": string;
|
|
125
|
+
"p24.bank.euroBank": string;
|
|
126
|
+
"p24.bank.iko": string;
|
|
127
|
+
"p24.bank.mBank": string;
|
|
128
|
+
"p24.bank.orange": string;
|
|
129
|
+
"p24.bank.prepayment": string;
|
|
130
|
+
"p24.bank.raiffeisen": string;
|
|
131
|
+
"p24.bank.traditional": string;
|
|
132
|
+
"p24.bank.traditionalWire": string;
|
|
133
|
+
"p24.button": string;
|
|
134
|
+
"p24.description": string;
|
|
135
|
+
"p24.methodDefault": string;
|
|
136
|
+
"p24.methodLabel": string;
|
|
137
|
+
"p24.name": string;
|
|
124
138
|
"paybybank.button": string;
|
|
125
139
|
"paybybank.buttonRecurring": string;
|
|
126
140
|
"paybybank.description": string;
|
|
@@ -154,6 +168,7 @@ declare const resources: {
|
|
|
154
168
|
"sepa.button": string;
|
|
155
169
|
"sepa.buttonRecurring": string;
|
|
156
170
|
"sepa.description": string;
|
|
171
|
+
"sepa.aisRedirectNotice": string;
|
|
157
172
|
"sepa.name": string;
|
|
158
173
|
showLess: string;
|
|
159
174
|
showMore: string;
|
|
@@ -404,6 +419,7 @@ declare const resources: {
|
|
|
404
419
|
"sepa.button": string;
|
|
405
420
|
"sepa.buttonRecurring": string;
|
|
406
421
|
"sepa.description": string;
|
|
422
|
+
"sepa.aisRedirectNotice": string;
|
|
407
423
|
"sepa.name": string;
|
|
408
424
|
showLess: string;
|
|
409
425
|
showMore: string;
|
|
@@ -630,6 +646,7 @@ declare const resources: {
|
|
|
630
646
|
"sepa.button": string;
|
|
631
647
|
"sepa.buttonRecurring": string;
|
|
632
648
|
"sepa.description": string;
|
|
649
|
+
"sepa.aisRedirectNotice": string;
|
|
633
650
|
"sepa.name": string;
|
|
634
651
|
showLess: string;
|
|
635
652
|
showMore: string;
|
|
@@ -842,6 +859,7 @@ declare const resources: {
|
|
|
842
859
|
"sepa.button": string;
|
|
843
860
|
"sepa.buttonRecurring": string;
|
|
844
861
|
"sepa.description": string;
|
|
862
|
+
"sepa.aisRedirectNotice": string;
|
|
845
863
|
"sepa.name": string;
|
|
846
864
|
showLess: string;
|
|
847
865
|
showMore: string;
|
|
@@ -1053,6 +1071,7 @@ declare const resources: {
|
|
|
1053
1071
|
"sepa.button": string;
|
|
1054
1072
|
"sepa.buttonRecurring": string;
|
|
1055
1073
|
"sepa.description": string;
|
|
1074
|
+
"sepa.aisRedirectNotice": string;
|
|
1056
1075
|
"sepa.name": string;
|
|
1057
1076
|
showLess: string;
|
|
1058
1077
|
showMore: string;
|
|
@@ -1264,6 +1283,7 @@ declare const resources: {
|
|
|
1264
1283
|
"sepa.button": string;
|
|
1265
1284
|
"sepa.buttonRecurring": string;
|
|
1266
1285
|
"sepa.description": string;
|
|
1286
|
+
"sepa.aisRedirectNotice": string;
|
|
1267
1287
|
"sepa.name": string;
|
|
1268
1288
|
showLess: string;
|
|
1269
1289
|
showMore: string;
|
|
@@ -1475,6 +1495,7 @@ declare const resources: {
|
|
|
1475
1495
|
"sepa.button": string;
|
|
1476
1496
|
"sepa.buttonRecurring": string;
|
|
1477
1497
|
"sepa.description": string;
|
|
1498
|
+
"sepa.aisRedirectNotice": string;
|
|
1478
1499
|
"sepa.name": string;
|
|
1479
1500
|
showLess: string;
|
|
1480
1501
|
showMore: string;
|
|
@@ -1686,6 +1707,7 @@ declare const resources: {
|
|
|
1686
1707
|
"sepa.button": string;
|
|
1687
1708
|
"sepa.buttonRecurring": string;
|
|
1688
1709
|
"sepa.description": string;
|
|
1710
|
+
"sepa.aisRedirectNotice": string;
|
|
1689
1711
|
"sepa.name": string;
|
|
1690
1712
|
showLess: string;
|
|
1691
1713
|
showMore: string;
|
|
@@ -1897,6 +1919,7 @@ declare const resources: {
|
|
|
1897
1919
|
"sepa.button": string;
|
|
1898
1920
|
"sepa.buttonRecurring": string;
|
|
1899
1921
|
"sepa.description": string;
|
|
1922
|
+
"sepa.aisRedirectNotice": string;
|
|
1900
1923
|
"sepa.name": string;
|
|
1901
1924
|
showLess: string;
|
|
1902
1925
|
showMore: string;
|
|
@@ -2108,6 +2131,7 @@ declare const resources: {
|
|
|
2108
2131
|
"sepa.button": string;
|
|
2109
2132
|
"sepa.buttonRecurring": string;
|
|
2110
2133
|
"sepa.description": string;
|
|
2134
|
+
"sepa.aisRedirectNotice": string;
|
|
2111
2135
|
"sepa.name": string;
|
|
2112
2136
|
showLess: string;
|
|
2113
2137
|
showMore: string;
|
|
@@ -2333,6 +2357,7 @@ declare const resources: {
|
|
|
2333
2357
|
"sepa.button": string;
|
|
2334
2358
|
"sepa.buttonRecurring": string;
|
|
2335
2359
|
"sepa.description": string;
|
|
2360
|
+
"sepa.aisRedirectNotice": string;
|
|
2336
2361
|
"sepa.name": string;
|
|
2337
2362
|
showLess: string;
|
|
2338
2363
|
showMore: string;
|
|
@@ -2544,6 +2569,7 @@ declare const resources: {
|
|
|
2544
2569
|
"sepa.button": string;
|
|
2545
2570
|
"sepa.buttonRecurring": string;
|
|
2546
2571
|
"sepa.description": string;
|
|
2572
|
+
"sepa.aisRedirectNotice": string;
|
|
2547
2573
|
"sepa.name": string;
|
|
2548
2574
|
showLess: string;
|
|
2549
2575
|
showMore: string;
|
|
@@ -2755,6 +2781,7 @@ declare const resources: {
|
|
|
2755
2781
|
"sepa.button": string;
|
|
2756
2782
|
"sepa.buttonRecurring": string;
|
|
2757
2783
|
"sepa.description": string;
|
|
2784
|
+
"sepa.aisRedirectNotice": string;
|
|
2758
2785
|
"sepa.name": string;
|
|
2759
2786
|
showLess: string;
|
|
2760
2787
|
showMore: string;
|
|
@@ -2966,6 +2993,7 @@ declare const resources: {
|
|
|
2966
2993
|
"sepa.button": string;
|
|
2967
2994
|
"sepa.buttonRecurring": string;
|
|
2968
2995
|
"sepa.description": string;
|
|
2996
|
+
"sepa.aisRedirectNotice": string;
|
|
2969
2997
|
"sepa.name": string;
|
|
2970
2998
|
showLess: string;
|
|
2971
2999
|
showMore: string;
|
|
@@ -3177,6 +3205,7 @@ declare const resources: {
|
|
|
3177
3205
|
"sepa.button": string;
|
|
3178
3206
|
"sepa.buttonRecurring": string;
|
|
3179
3207
|
"sepa.description": string;
|
|
3208
|
+
"sepa.aisRedirectNotice": string;
|
|
3180
3209
|
"sepa.name": string;
|
|
3181
3210
|
showLess: string;
|
|
3182
3211
|
showMore: string;
|
|
@@ -3388,6 +3417,7 @@ declare const resources: {
|
|
|
3388
3417
|
"sepa.button": string;
|
|
3389
3418
|
"sepa.buttonRecurring": string;
|
|
3390
3419
|
"sepa.description": string;
|
|
3420
|
+
"sepa.aisRedirectNotice": string;
|
|
3391
3421
|
"sepa.name": string;
|
|
3392
3422
|
showLess: string;
|
|
3393
3423
|
showMore: string;
|
|
@@ -3601,6 +3631,7 @@ declare const resources: {
|
|
|
3601
3631
|
"sepa.button": string;
|
|
3602
3632
|
"sepa.buttonRecurring": string;
|
|
3603
3633
|
"sepa.description": string;
|
|
3634
|
+
"sepa.aisRedirectNotice": string;
|
|
3604
3635
|
"sepa.name": string;
|
|
3605
3636
|
showLess: string;
|
|
3606
3637
|
showMore: string;
|
|
@@ -3814,6 +3845,7 @@ declare const resources: {
|
|
|
3814
3845
|
"sepa.button": string;
|
|
3815
3846
|
"sepa.buttonRecurring": string;
|
|
3816
3847
|
"sepa.description": string;
|
|
3848
|
+
"sepa.aisRedirectNotice": string;
|
|
3817
3849
|
"sepa.name": string;
|
|
3818
3850
|
showLess: string;
|
|
3819
3851
|
showMore: string;
|
|
@@ -4025,6 +4057,7 @@ declare const resources: {
|
|
|
4025
4057
|
"sepa.button": string;
|
|
4026
4058
|
"sepa.buttonRecurring": string;
|
|
4027
4059
|
"sepa.description": string;
|
|
4060
|
+
"sepa.aisRedirectNotice": string;
|
|
4028
4061
|
"sepa.name": string;
|
|
4029
4062
|
showLess: string;
|
|
4030
4063
|
showMore: string;
|
|
@@ -4236,6 +4269,7 @@ declare const resources: {
|
|
|
4236
4269
|
"sepa.button": string;
|
|
4237
4270
|
"sepa.buttonRecurring": string;
|
|
4238
4271
|
"sepa.description": string;
|
|
4272
|
+
"sepa.aisRedirectNotice": string;
|
|
4239
4273
|
"sepa.name": string;
|
|
4240
4274
|
showLess: string;
|
|
4241
4275
|
showMore: string;
|
|
@@ -4447,6 +4481,7 @@ declare const resources: {
|
|
|
4447
4481
|
"sepa.button": string;
|
|
4448
4482
|
"sepa.buttonRecurring": string;
|
|
4449
4483
|
"sepa.description": string;
|
|
4484
|
+
"sepa.aisRedirectNotice": string;
|
|
4450
4485
|
"sepa.name": string;
|
|
4451
4486
|
showLess: string;
|
|
4452
4487
|
showMore: string;
|
|
@@ -4658,6 +4693,7 @@ declare const resources: {
|
|
|
4658
4693
|
"sepa.button": string;
|
|
4659
4694
|
"sepa.buttonRecurring": string;
|
|
4660
4695
|
"sepa.description": string;
|
|
4696
|
+
"sepa.aisRedirectNotice": string;
|
|
4661
4697
|
"sepa.name": string;
|
|
4662
4698
|
showLess: string;
|
|
4663
4699
|
showMore: string;
|
|
@@ -4869,6 +4905,7 @@ declare const resources: {
|
|
|
4869
4905
|
"sepa.button": string;
|
|
4870
4906
|
"sepa.buttonRecurring": string;
|
|
4871
4907
|
"sepa.description": string;
|
|
4908
|
+
"sepa.aisRedirectNotice": string;
|
|
4872
4909
|
"sepa.name": string;
|
|
4873
4910
|
showLess: string;
|
|
4874
4911
|
showMore: string;
|
|
@@ -5080,6 +5117,7 @@ declare const resources: {
|
|
|
5080
5117
|
"sepa.button": string;
|
|
5081
5118
|
"sepa.buttonRecurring": string;
|
|
5082
5119
|
"sepa.description": string;
|
|
5120
|
+
"sepa.aisRedirectNotice": string;
|
|
5083
5121
|
"sepa.name": string;
|
|
5084
5122
|
showLess: string;
|
|
5085
5123
|
showMore: string;
|
|
@@ -5291,6 +5329,7 @@ declare const resources: {
|
|
|
5291
5329
|
"sepa.button": string;
|
|
5292
5330
|
"sepa.buttonRecurring": string;
|
|
5293
5331
|
"sepa.description": string;
|
|
5332
|
+
"sepa.aisRedirectNotice": string;
|
|
5294
5333
|
"sepa.name": string;
|
|
5295
5334
|
showLess: string;
|
|
5296
5335
|
showMore: string;
|
|
@@ -5502,6 +5541,7 @@ declare const resources: {
|
|
|
5502
5541
|
"sepa.button": string;
|
|
5503
5542
|
"sepa.buttonRecurring": string;
|
|
5504
5543
|
"sepa.description": string;
|
|
5544
|
+
"sepa.aisRedirectNotice": string;
|
|
5505
5545
|
"sepa.name": string;
|
|
5506
5546
|
showLess: string;
|
|
5507
5547
|
showMore: string;
|
|
@@ -138,6 +138,7 @@ declare const _default: {
|
|
|
138
138
|
"sepa.button": "Plaťte inkasem",
|
|
139
139
|
"sepa.buttonRecurring": "Předplaťte si inkaso",
|
|
140
140
|
"sepa.description": "Přidejte svůj bankovní účet k platbě prostřednictvím inkasa SEPA.",
|
|
141
|
+
"sepa.aisRedirectNotice": "Pro ověření IBAN pro inkasní platby SEPA budete bezpečně přesměrováni.",
|
|
141
142
|
"sepa.name": "Inkaso",
|
|
142
143
|
"showLess": "Ukaž méně",
|
|
143
144
|
"showMore": "zobrazit více",
|
|
@@ -138,6 +138,7 @@ declare const _default: {
|
|
|
138
138
|
"sepa.button": "Betal med direkte debitering",
|
|
139
139
|
"sepa.buttonRecurring": "Tilmeld dig med direkte debitering",
|
|
140
140
|
"sepa.description": "Tilføj din bankkonto for at betale via SEPA Direct Debit.",
|
|
141
|
+
"sepa.aisRedirectNotice": "Du vil blive sikkert omdirigeret for at validere IBAN til SEPA Direct Debit-betalinger.",
|
|
141
142
|
"sepa.name": "Direkte debitering",
|
|
142
143
|
"showLess": "vis mindre",
|
|
143
144
|
"showMore": "vis mere",
|
|
@@ -151,6 +151,7 @@ declare const _default: {
|
|
|
151
151
|
"sepa.button": "Mit Direct Debit bezahlen",
|
|
152
152
|
"sepa.buttonRecurring": "Mit Direct Debit abonnieren",
|
|
153
153
|
"sepa.description": "Geben Sie Ihr Bankverbindung für die Zahlung per SEPA-Lastschrift hinzu ein.",
|
|
154
|
+
"sepa.aisRedirectNotice": "Sie werden sicher weitergeleitet, um die IBAN für SEPA-Lastschriftzahlungen zu verifizieren.",
|
|
154
155
|
"sepa.name": "Lastschrift",
|
|
155
156
|
"showLess": "weniger anzeigen",
|
|
156
157
|
"showMore": "mehr anzeigen",
|
|
@@ -114,6 +114,20 @@ declare const _default: {
|
|
|
114
114
|
"nuPay.redirectRecurring": "You'll be securely redirected to set up your recurring payments.",
|
|
115
115
|
"nuPay.taxIdProviderDecline": "Please check the CPF is correct or try another.",
|
|
116
116
|
"other": "Other",
|
|
117
|
+
"p24.bank.blik": "BLIK",
|
|
118
|
+
"p24.bank.euroBank": "Euro Bank",
|
|
119
|
+
"p24.bank.iko": "Pay with IKO",
|
|
120
|
+
"p24.bank.mBank": "mBank - mTransfer",
|
|
121
|
+
"p24.bank.orange": "Pay with Orange",
|
|
122
|
+
"p24.bank.prepayment": "Use prepayment",
|
|
123
|
+
"p24.bank.raiffeisen": "Raiffeisen Bank PBL",
|
|
124
|
+
"p24.bank.traditional": "Traditional transfer",
|
|
125
|
+
"p24.bank.traditionalWire": "Traditional money/bank transfer",
|
|
126
|
+
"p24.button": "Pay with Przelewy24",
|
|
127
|
+
"p24.description": "Pay online with your Polish bank via Przelewy24. Select a method below or continue to Przelewy24 to choose there.",
|
|
128
|
+
"p24.methodDefault": "Choose on Przelewy24",
|
|
129
|
+
"p24.methodLabel": "Select your method",
|
|
130
|
+
"p24.name": "Przelewy24",
|
|
117
131
|
"paybybank.button": "Pay by Bank",
|
|
118
132
|
"paybybank.buttonRecurring": "Pay by Bank",
|
|
119
133
|
"paybybank.description": "Pay online using your bank.",
|
|
@@ -147,6 +161,7 @@ declare const _default: {
|
|
|
147
161
|
"sepa.button": "Pay with Direct Debit",
|
|
148
162
|
"sepa.buttonRecurring": "Subscribe with Direct Debit",
|
|
149
163
|
"sepa.description": "Add your bank account to pay via SEPA Direct Debit.",
|
|
164
|
+
"sepa.aisRedirectNotice": "You'll be securely redirected to validate the IBAN for SEPA Direct Debit payments.",
|
|
150
165
|
"sepa.name": "Direct Debit",
|
|
151
166
|
"showLess": "show less",
|
|
152
167
|
"showMore": "show more",
|
|
@@ -137,6 +137,7 @@ declare const _default: {
|
|
|
137
137
|
"sepa.button": "Pagar con adeudo directo",
|
|
138
138
|
"sepa.buttonRecurring": "Suscríbase con adeudo directo",
|
|
139
139
|
"sepa.description": "Añada su cuenta bancaria para pagar mediante adeudo directo SEPA",
|
|
140
|
+
"sepa.aisRedirectNotice": "Será redirigido de forma segura para validar el IBAN para pagos por adeudo directo SEPA.",
|
|
140
141
|
"sepa.name": "Adeudo directo.",
|
|
141
142
|
"showLess": "mostrar menos",
|
|
142
143
|
"showMore": "mostrar más",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Maksa suoraveloituksella",
|
|
137
137
|
"sepa.buttonRecurring": "Tilaa suoraveloituksella",
|
|
138
138
|
"sepa.description": "Lisää pankkitilisi maksaaksesi SEPA-suoraveloituksella.",
|
|
139
|
+
"sepa.aisRedirectNotice": "Sinut ohjataan turvallisesti vahvistamaan IBAN SEPA-suoraveloitusmaksuja varten.",
|
|
139
140
|
"sepa.name": "Suoraveloitus",
|
|
140
141
|
"showLess": "näytä vähemmän",
|
|
141
142
|
"showMore": "näytä enemmän",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Magbayad gamit ang Direct Debit",
|
|
137
137
|
"sepa.buttonRecurring": "Mag-subscribe gamit ang Direct Debit",
|
|
138
138
|
"sepa.description": "Idagdag ang iyong bank account para magbayad sa pamamagitan ng SEPA Direct Debit.",
|
|
139
|
+
"sepa.aisRedirectNotice": "Secure kang ire-redirect para ma-validate ang IBAN para sa mga pagbabayad sa SEPA Direct Debit.",
|
|
139
140
|
"sepa.name": "Direktang Debit",
|
|
140
141
|
"showLess": "magpakita ng mas kaunti",
|
|
141
142
|
"showMore": "magpakita pa",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Payer par prélèvement automatique",
|
|
137
137
|
"sepa.buttonRecurring": "Abonnez-vous avec le prélèvement automatique",
|
|
138
138
|
"sepa.description": "Ajoutez votre compte bancaire pour payer par prélèvement automatique SEPA.",
|
|
139
|
+
"sepa.aisRedirectNotice": "Vous serez redirigé de manière sécurisée pour valider l'IBAN pour les paiements par prélèvement automatique SEPA.",
|
|
139
140
|
"sepa.name": "Prélèvement automatique",
|
|
140
141
|
"showLess": "montrer moins",
|
|
141
142
|
"showMore": "montrer plus",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Bayar dengan Debit Langsung",
|
|
137
137
|
"sepa.buttonRecurring": "Berlangganan dengan Debit Langsung",
|
|
138
138
|
"sepa.description": "Tambahkan rekening bank Anda untuk membayar melalui Debit Langsung SEPA.",
|
|
139
|
+
"sepa.aisRedirectNotice": "Anda akan dialihkan secara aman untuk memvalidasi IBAN untuk pembayaran Debit Langsung SEPA.",
|
|
139
140
|
"sepa.name": "Debit Langsung",
|
|
140
141
|
"showLess": "tampilkan lebih sedikit",
|
|
141
142
|
"showMore": "tampilkan lebih banyak",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Paga con addebito diretto",
|
|
137
137
|
"sepa.buttonRecurring": "Abbonati con addebito diretto",
|
|
138
138
|
"sepa.description": "Aggiungi il tuo conto bancario per pagare tramite addebito diretto SEPA.",
|
|
139
|
+
"sepa.aisRedirectNotice": "Verrai reindirizzato in modo sicuro per convalidare l'IBAN per i pagamenti con addebito diretto SEPA.",
|
|
139
140
|
"sepa.name": "Addebito diretto",
|
|
140
141
|
"showLess": "mostra meno",
|
|
141
142
|
"showMore": "mostra di più",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "口座振替で支払う",
|
|
137
137
|
"sepa.buttonRecurring": "口座振替で申し込む",
|
|
138
138
|
"sepa.description": "SEPA 口座引き落としで支払うには、銀行口座を追加します。",
|
|
139
|
+
"sepa.aisRedirectNotice": "SEPA口座引き落とし決済のIBAN検証のため、安全にリダイレクトされます。",
|
|
139
140
|
"sepa.name": "自動引き落とし",
|
|
140
141
|
"showLess": "表示を減らす",
|
|
141
142
|
"showMore": "もっと見せる",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "자동 이체로 결제",
|
|
137
137
|
"sepa.buttonRecurring": "자동 이체로 구독",
|
|
138
138
|
"sepa.description": "SEPA 자동 이체를 통해 결제하려면 은행 계좌를 추가하세요.",
|
|
139
|
+
"sepa.aisRedirectNotice": "SEPA 자동 이체 결제를 위한 IBAN 인증을 위해 안전하게 리디렉션됩니다.",
|
|
139
140
|
"sepa.name": "자동 이체",
|
|
140
141
|
"showLess": "간략하게 표시",
|
|
141
142
|
"showMore": "자세히보기",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Bayar dengan Debit Terus",
|
|
137
137
|
"sepa.buttonRecurring": "Langgan dengan Direct Debit",
|
|
138
138
|
"sepa.description": "Tambahkan akaun bank anda untuk membayar melalui Debit Langsung SEPA.",
|
|
139
|
+
"sepa.aisRedirectNotice": "Anda akan dialihkan dengan selamat untuk mengesahkan IBAN bagi pembayaran Debit Langsung SEPA.",
|
|
139
140
|
"sepa.name": "Debit Terus",
|
|
140
141
|
"showLess": "kurang menunjukkan",
|
|
141
142
|
"showMore": "tunjukkan lagi",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Betalen met automatische incasso",
|
|
137
137
|
"sepa.buttonRecurring": "Inschrijven met automatische incasso",
|
|
138
138
|
"sepa.description": "Voer de gegevens van je bankrekening in om je in te schrijven voor automatische incasso.",
|
|
139
|
+
"sepa.aisRedirectNotice": "Je wordt veilig doorgestuurd om het IBAN te valideren voor SEPA automatische incasso-betalingen.",
|
|
139
140
|
"sepa.name": "Automatische incasso",
|
|
140
141
|
"showLess": "laat minder zien",
|
|
141
142
|
"showMore": "meer tonen",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Betal med direkte belastning",
|
|
137
137
|
"sepa.buttonRecurring": "Abonner med direkte belastning",
|
|
138
138
|
"sepa.description": "Legg til bankkontoen din for å betale via SEPA Direct Debit.",
|
|
139
|
+
"sepa.aisRedirectNotice": "Du vil bli sikkert videresendt for å validere IBAN for SEPA Direct Debit-betalinger.",
|
|
139
140
|
"sepa.name": "Direkte belastning",
|
|
140
141
|
"showLess": "vis mindre",
|
|
141
142
|
"showMore": "vis mer",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Zapłać poleceniem zapłaty",
|
|
137
137
|
"sepa.buttonRecurring": "Subskrybuj z poleceniem zapłaty",
|
|
138
138
|
"sepa.description": "Dodaj swoje konto bankowe, aby płacić za pomocą polecenia zapłaty SEPA.",
|
|
139
|
+
"sepa.aisRedirectNotice": "Zostaniesz bezpiecznie przekierowany w celu weryfikacji numeru IBAN dla płatności poleceniem zapłaty SEPA.",
|
|
139
140
|
"sepa.name": "Polecenie zapłaty",
|
|
140
141
|
"showLess": "pokaż mniej",
|
|
141
142
|
"showMore": "pokaż więcej",
|
|
@@ -142,6 +142,7 @@ declare const _default: {
|
|
|
142
142
|
"sepa.button": "Pague com Débito Direto",
|
|
143
143
|
"sepa.buttonRecurring": "Assine com Débito Direto",
|
|
144
144
|
"sepa.description": "Adicione sua conta bancária para pagar via débito direto SEPA.",
|
|
145
|
+
"sepa.aisRedirectNotice": "Você será redirecionado com segurança para validar o IBAN para pagamentos por débito direto SEPA.",
|
|
145
146
|
"sepa.name": "Débito Direto",
|
|
146
147
|
"showLess": "mostre menos",
|
|
147
148
|
"showMore": "mostre mais",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Оплата прямым дебетом",
|
|
137
137
|
"sepa.buttonRecurring": "Подпишитесь с помощью прямого дебета",
|
|
138
138
|
"sepa.description": "Добавьте свой банковский счет для оплаты через прямой дебет SEPA.",
|
|
139
|
+
"sepa.aisRedirectNotice": "Вы будете безопасно перенаправлены для подтверждения IBAN для платежей прямым дебетом SEPA.",
|
|
139
140
|
"sepa.name": "Прямой дебет",
|
|
140
141
|
"showLess": "показывать меньше",
|
|
141
142
|
"showMore": "показать больше",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Betala med autogiro",
|
|
137
137
|
"sepa.buttonRecurring": "Prenumerera med autogiro",
|
|
138
138
|
"sepa.description": "Lägg till ditt bankkonto för att betala via SEPA autogiro.",
|
|
139
|
+
"sepa.aisRedirectNotice": "Du kommer att omdirigeras säkert för att validera IBAN för SEPA autogiro-betalningar.",
|
|
139
140
|
"sepa.name": "Autogiro",
|
|
140
141
|
"showLess": "visa mindre",
|
|
141
142
|
"showMore": "visa mer",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "ชำระเงินด้วยบัตรเดบิตโดยตรง",
|
|
137
137
|
"sepa.buttonRecurring": "สมัครสมาชิกพร้อมหักบัญชีอัตโนมัติ",
|
|
138
138
|
"sepa.description": "เพิ่มบัญชีธนาคารของคุณเพื่อชำระเงินผ่านระบบหักบัญชีโดยตรง SEPA",
|
|
139
|
+
"sepa.aisRedirectNotice": "คุณจะถูกเปลี่ยนเส้นทางอย่างปลอดภัยเพื่อยืนยัน IBAN สำหรับการชำระเงินหักบัญชีโดยตรง SEPA",
|
|
139
140
|
"sepa.name": "การหักบัญชีโดยตรง",
|
|
140
141
|
"showLess": "แสดงน้อยลง",
|
|
141
142
|
"showMore": "แสดงเพิ่มเติม",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Otomatik Ödeme ile Ödeme",
|
|
137
137
|
"sepa.buttonRecurring": "Otomatik Ödeme ile abone olun",
|
|
138
138
|
"sepa.description": "SEPA Otomatik Ödeme yoluyla ödeme yapmak için banka hesabınızı ekleyin.",
|
|
139
|
+
"sepa.aisRedirectNotice": "SEPA Otomatik Ödeme ödemeleri için IBAN'ı doğrulamak üzere güvenli bir şekilde yönlendirileceksiniz.",
|
|
139
140
|
"sepa.name": "Otomatik ödeme",
|
|
140
141
|
"showLess": "daha az göster",
|
|
141
142
|
"showMore": "daha fazla göster",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "Оплатіть прямим дебетом",
|
|
137
137
|
"sepa.buttonRecurring": "Підпишіться за допомогою прямого дебету",
|
|
138
138
|
"sepa.description": "Додайте свій банківський рахунок для оплати через прямий дебет SEPA.",
|
|
139
|
+
"sepa.aisRedirectNotice": "Вас буде безпечно перенаправлено для підтвердження IBAN для платежів прямим дебетом SEPA.",
|
|
139
140
|
"sepa.name": "Прямий дебет",
|
|
140
141
|
"showLess": "показувати менше",
|
|
141
142
|
"showMore": "показати більше",
|
|
@@ -136,6 +136,7 @@ declare const _default: {
|
|
|
136
136
|
"sepa.button": "使用直接借记卡付款",
|
|
137
137
|
"sepa.buttonRecurring": "通过直接付款订阅",
|
|
138
138
|
"sepa.description": "添加您的银行账户以通过 SEPA 直接借记付款。",
|
|
139
|
+
"sepa.aisRedirectNotice": "您将被安全地重定向以验证用于 SEPA 直接借记付款的 IBAN。",
|
|
139
140
|
"sepa.name": "直接付款",
|
|
140
141
|
"showLess": "显示较少",
|
|
141
142
|
"showMore": "展示更多",
|
package/dist/src/index.d.ts
CHANGED
|
@@ -22,7 +22,7 @@ export type { OnSubmitPaymentCallback, OnSubmitPaymentCallbackResult, } from './
|
|
|
22
22
|
export type { DevelopmentOptions, DropInCheckoutOptions, OnRedirectFn, OnRedirectFnOptions, PreMethodListRender, } from './interfaces/drop-in-checkout-options';
|
|
23
23
|
export type { DebitMandateConfig } from './interfaces/drop-in-checkout-options';
|
|
24
24
|
export type { ExternalPaymentMethods } from './interfaces/external-payment-methods';
|
|
25
|
-
export type { FieldName, FormsConfig, InputData, OnChangeHandler, SubmitPaymentData, } from './interfaces/forms';
|
|
25
|
+
export type { FieldName, FormsConfig, FormsSepaDirectDebitConfig, InputData, OnChangeHandler, SubmitPaymentData, } from './interfaces/forms';
|
|
26
26
|
export type { LegacyAnalyticsEventName as AnalyticsEventName, LegacyAnalyticsEventParameters as AnalyticsEventParameters, } from './interfaces/legacy-analytics';
|
|
27
27
|
export type { Locale } from './interfaces/locale';
|
|
28
28
|
export type { PaymentAuthRequest, PaymentAuthResponse, ScanCodeAuthenticationMethod, } from './interfaces/payment-auth-call';
|
|
@@ -17,7 +17,7 @@ export interface SubmitPaymentData {
|
|
|
17
17
|
paymentMethodId: PaymentMethodId;
|
|
18
18
|
inputData: InputData;
|
|
19
19
|
}
|
|
20
|
-
export type FieldName = "firstName" | "lastName" | "email" | "iban" | "addressLine1" | "addressLine2" | "city" | "phone" | "postcode" | "country" | "state" | "debitMandate" | "taxId" | "holderName" | "expiry" | "cardPAN" | "cardCVV" | "fundingType" | "verificationCode" | "clientIp";
|
|
20
|
+
export type FieldName = "firstName" | "lastName" | "email" | "iban" | "addressLine1" | "addressLine2" | "city" | "phone" | "postcode" | "country" | "state" | "debitMandate" | "taxId" | "holderName" | "expiry" | "cardPAN" | "cardCVV" | "fundingType" | "verificationCode" | "clientIp" | "bankCode";
|
|
21
21
|
export type CustomFieldName = string;
|
|
22
22
|
export type OnChangeHandler = (name: FieldName | CustomFieldName, value: string | undefined, extraData: {
|
|
23
23
|
error?: FieldError | Merge<FieldError, FieldErrorsImpl<any>>;
|
|
@@ -32,6 +32,9 @@ export interface FormsCardConfig {
|
|
|
32
32
|
allowedBrands?: string[];
|
|
33
33
|
brandDetectionPriority?: string[];
|
|
34
34
|
}
|
|
35
|
+
export interface FormsSepaDirectDebitConfig {
|
|
36
|
+
enableAISFlow?: boolean;
|
|
37
|
+
}
|
|
35
38
|
export interface FormsConfig {
|
|
36
39
|
disableAllFields?: boolean;
|
|
37
40
|
disabledFields?: FormDisabledFields;
|
|
@@ -41,4 +44,5 @@ export interface FormsConfig {
|
|
|
41
44
|
disableIbanMasking?: boolean;
|
|
42
45
|
useBasicValidationMessages?: boolean;
|
|
43
46
|
card?: FormsCardConfig;
|
|
47
|
+
sepaDirectDebit?: FormsSepaDirectDebitConfig;
|
|
44
48
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Consumer } from './payment-session';
|
|
2
2
|
|
|
3
|
-
export type PaymentMethodId = "MOCK" | "UPI" | "SEPA_DIRECT_DEBIT" | "SEPADDMODELC" | "IDEAL" | "EPS" | "TESTEPSDIRECT" | "AMAZON_PAY" | "AMAZON_PAY_MOCK" | "CARD" | "KAKAOPAY" | "PAYPAY" | "PAYPAY_MOCK" | "BOLETO" | "PIX" | "UPI" | "UPI_MOCK" | "SWISH" | "ALIPAYHK" | "DANA" | "TRUEMONEY" | "GCASH" | "TOUCHNGO" | "TWINT" | "WERO" | "CASH_APP" | "NUPAY" | "PAYBYBANK" | "BLIK";
|
|
3
|
+
export type PaymentMethodId = "MOCK" | "UPI" | "SEPA_DIRECT_DEBIT" | "SEPADDMODELC" | "IDEAL" | "EPS" | "TESTEPSDIRECT" | "AMAZON_PAY" | "AMAZON_PAY_MOCK" | "CARD" | "KAKAOPAY" | "PAYPAY" | "PAYPAY_MOCK" | "BOLETO" | "PIX" | "UPI" | "UPI_MOCK" | "SWISH" | "ALIPAYHK" | "DANA" | "TRUEMONEY" | "GCASH" | "TOUCHNGO" | "TWINT" | "WERO" | "CASH_APP" | "NUPAY" | "PAYBYBANK" | "BLIK" | "P24";
|
|
4
4
|
export interface PaymentSessionConfig {
|
|
5
5
|
amount: {
|
|
6
6
|
value: number;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|