@pisell/private-materials 6.3.109 → 6.3.111
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/index.js +1 -1
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/preview.js +9 -9
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +10 -10
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +11 -11
- package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
- package/es/components/eftposPay/hooks.d.ts +1 -1
- package/es/components/eftposPay/store/index.d.ts +3 -3
- package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +6 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +65 -21
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +110 -9
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +2 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +28 -16
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +20 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +14 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +20 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +7 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +167 -56
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +47 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +34 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +83 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +52 -0
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +9 -1
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.js +260 -33
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +23 -3
- package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +292 -115
- package/es/components/pay/toC/PaymentMethods/index.js +12 -2
- package/es/components/pay/toC/index.js +53 -18
- package/es/components/pay/toC/locales.d.ts +115 -0
- package/es/components/pay/toC/locales.js +143 -18
- package/es/components/pay/toC/serve.d.ts +10 -0
- package/es/components/pay/toC/serve.js +40 -1
- package/es/components/pay/toC/utils.d.ts +5 -0
- package/es/components/pay/toC/utils.js +10 -0
- package/es/plus/pisellSalesManagement/config/booking.d.ts +6 -6
- package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/es/pro/Selector/Selector.d.ts +1 -1
- package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
- package/lib/components/eftposPay/hooks.d.ts +1 -1
- package/lib/components/eftposPay/store/index.d.ts +3 -3
- package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
- package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +6 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +40 -17
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +110 -9
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +2 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +17 -5
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +20 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +8 -2
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +20 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +7 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +98 -24
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +47 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +34 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +107 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +52 -0
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +9 -1
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.js +149 -5
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +23 -3
- package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +99 -16
- package/lib/components/pay/toC/PaymentMethods/index.js +17 -12
- package/lib/components/pay/toC/index.js +34 -3
- package/lib/components/pay/toC/locales.d.ts +115 -0
- package/lib/components/pay/toC/locales.js +133 -18
- package/lib/components/pay/toC/serve.d.ts +10 -0
- package/lib/components/pay/toC/serve.js +10 -0
- package/lib/components/pay/toC/utils.d.ts +5 -0
- package/lib/components/pay/toC/utils.js +17 -0
- package/lib/plus/pisellSalesManagement/config/booking.d.ts +6 -6
- package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
- package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
- package/lib/pro/Selector/Selector.d.ts +1 -1
- package/package.json +4 -4
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'tocPay.text.enterCVV': string;
|
|
18
18
|
'tocPay.text.enterValidCVV': string;
|
|
19
19
|
'tocPay.text.addCard': string;
|
|
20
|
+
'tocPay.text.secureCardPayment': string;
|
|
20
21
|
'tocPay.text.creditorDebitCard': string;
|
|
21
22
|
'tocPay.text.addCreditOrDebitCard': string;
|
|
22
23
|
'tocPay.text.cardNumber': string;
|
|
@@ -29,7 +30,11 @@ declare const _default: {
|
|
|
29
30
|
'tocPay.text.enterEnglishName': string;
|
|
30
31
|
'tocPay.text.incorrectName': string;
|
|
31
32
|
'tocPay.text.saveCardForNextTime': string;
|
|
33
|
+
'tocPay.text.saveCardEncryption': string;
|
|
32
34
|
'tocPay.text.secureBankInfo': string;
|
|
35
|
+
'tocPay.text.merchantAuthorizationBefore': string;
|
|
36
|
+
'tocPay.text.merchantAuthorizationAfter': string;
|
|
37
|
+
'tocPay.text.threeDSecureProtection': string;
|
|
33
38
|
'tocPay.text.pay': string;
|
|
34
39
|
'tocPay.text.surcharge': string;
|
|
35
40
|
'tocPay.text.done': string;
|
|
@@ -48,6 +53,14 @@ declare const _default: {
|
|
|
48
53
|
'tocPay.text.continuePay': string;
|
|
49
54
|
'tocPay.text.leave': string;
|
|
50
55
|
'tocPay.text.getParamsFail': string;
|
|
56
|
+
'tocPay.text.checkingCard': string;
|
|
57
|
+
'tocPay.text.processingPayment': string;
|
|
58
|
+
'tocPay.text.securityCheckRequired': string;
|
|
59
|
+
'tocPay.text.doNotClosePage': string;
|
|
60
|
+
'tocPay.text.stopWaitingTitle': string;
|
|
61
|
+
'tocPay.text.stopWaitingDesc': string;
|
|
62
|
+
'tocPay.text.continueWaiting': string;
|
|
63
|
+
'tocPay.text.viewOrder': string;
|
|
51
64
|
'tocPay.text.walletPass': string;
|
|
52
65
|
'tocPay.text.toUse': string;
|
|
53
66
|
'tocPay.text.searchResult': string;
|
|
@@ -100,6 +113,16 @@ declare const _default: {
|
|
|
100
113
|
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
101
114
|
'tocPay.text.domestic': string;
|
|
102
115
|
'tocPay.text.rest-of-world': string;
|
|
116
|
+
'tocPay.text.tdsErrorTitle': string;
|
|
117
|
+
'tocPay.text.tdsErrorDesc': string;
|
|
118
|
+
'tocPay.text.bankVerifyFailedTitle': string;
|
|
119
|
+
'tocPay.text.bankVerifyFailedDesc': string;
|
|
120
|
+
'tocPay.text.useAnotherCard': string;
|
|
121
|
+
'tocPay.text.useAnotherPayment': string;
|
|
122
|
+
'tocPay.text.payLater': string;
|
|
123
|
+
'tocPay.text.paymentTroubleContact': (phone: string, email: string) => string;
|
|
124
|
+
'tocPay.text.pendingPaymentDesc': string;
|
|
125
|
+
'tocPay.text.pendingPaymentOk': string;
|
|
103
126
|
};
|
|
104
127
|
'zh-CN': {
|
|
105
128
|
'tocPay.text.checkout': string;
|
|
@@ -119,6 +142,7 @@ declare const _default: {
|
|
|
119
142
|
'tocPay.text.enterCVV': string;
|
|
120
143
|
'tocPay.text.enterValidCVV': string;
|
|
121
144
|
'tocPay.text.addCard': string;
|
|
145
|
+
'tocPay.text.secureCardPayment': string;
|
|
122
146
|
'tocPay.text.creditorDebitCard': string;
|
|
123
147
|
'tocPay.text.addCreditOrDebitCard': string;
|
|
124
148
|
'tocPay.text.cardNumber': string;
|
|
@@ -131,7 +155,11 @@ declare const _default: {
|
|
|
131
155
|
'tocPay.text.enterEnglishName': string;
|
|
132
156
|
'tocPay.text.incorrectName': string;
|
|
133
157
|
'tocPay.text.saveCardForNextTime': string;
|
|
158
|
+
'tocPay.text.saveCardEncryption': string;
|
|
134
159
|
'tocPay.text.secureBankInfo': string;
|
|
160
|
+
'tocPay.text.merchantAuthorizationBefore': string;
|
|
161
|
+
'tocPay.text.merchantAuthorizationAfter': string;
|
|
162
|
+
'tocPay.text.threeDSecureProtection': string;
|
|
135
163
|
'tocPay.text.pay': string;
|
|
136
164
|
'tocPay.text.surcharge': string;
|
|
137
165
|
'tocPay.text.done': string;
|
|
@@ -150,6 +178,14 @@ declare const _default: {
|
|
|
150
178
|
'tocPay.text.continuePay': string;
|
|
151
179
|
'tocPay.text.leave': string;
|
|
152
180
|
'tocPay.text.getParamsFail': string;
|
|
181
|
+
'tocPay.text.checkingCard': string;
|
|
182
|
+
'tocPay.text.processingPayment': string;
|
|
183
|
+
'tocPay.text.securityCheckRequired': string;
|
|
184
|
+
'tocPay.text.doNotClosePage': string;
|
|
185
|
+
'tocPay.text.stopWaitingTitle': string;
|
|
186
|
+
'tocPay.text.stopWaitingDesc': string;
|
|
187
|
+
'tocPay.text.continueWaiting': string;
|
|
188
|
+
'tocPay.text.viewOrder': string;
|
|
153
189
|
'tocPay.text.walletPass': string;
|
|
154
190
|
'tocPay.text.toUse': string;
|
|
155
191
|
'tocPay.text.searchResult': string;
|
|
@@ -201,6 +237,16 @@ declare const _default: {
|
|
|
201
237
|
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
202
238
|
'tocPay.text.domestic': string;
|
|
203
239
|
'tocPay.text.rest-of-world': string;
|
|
240
|
+
'tocPay.text.tdsErrorTitle': string;
|
|
241
|
+
'tocPay.text.tdsErrorDesc': string;
|
|
242
|
+
'tocPay.text.bankVerifyFailedTitle': string;
|
|
243
|
+
'tocPay.text.bankVerifyFailedDesc': string;
|
|
244
|
+
'tocPay.text.useAnotherCard': string;
|
|
245
|
+
'tocPay.text.useAnotherPayment': string;
|
|
246
|
+
'tocPay.text.payLater': string;
|
|
247
|
+
'tocPay.text.paymentTroubleContact': (phone: string, email: string) => string;
|
|
248
|
+
'tocPay.text.pendingPaymentDesc': string;
|
|
249
|
+
'tocPay.text.pendingPaymentOk': string;
|
|
204
250
|
};
|
|
205
251
|
'zh-HK': {
|
|
206
252
|
'tocPay.text.checkout': string;
|
|
@@ -220,6 +266,7 @@ declare const _default: {
|
|
|
220
266
|
'tocPay.text.enterCVV': string;
|
|
221
267
|
'tocPay.text.enterValidCVV': string;
|
|
222
268
|
'tocPay.text.addCard': string;
|
|
269
|
+
'tocPay.text.secureCardPayment': string;
|
|
223
270
|
'tocPay.text.creditorDebitCard': string;
|
|
224
271
|
'tocPay.text.addCreditOrDebitCard': string;
|
|
225
272
|
'tocPay.text.cardNumber': string;
|
|
@@ -232,7 +279,11 @@ declare const _default: {
|
|
|
232
279
|
'tocPay.text.enterEnglishName': string;
|
|
233
280
|
'tocPay.text.incorrectName': string;
|
|
234
281
|
'tocPay.text.saveCardForNextTime': string;
|
|
282
|
+
'tocPay.text.saveCardEncryption': string;
|
|
235
283
|
'tocPay.text.secureBankInfo': string;
|
|
284
|
+
'tocPay.text.merchantAuthorizationBefore': string;
|
|
285
|
+
'tocPay.text.merchantAuthorizationAfter': string;
|
|
286
|
+
'tocPay.text.threeDSecureProtection': string;
|
|
236
287
|
'tocPay.text.pay': string;
|
|
237
288
|
'tocPay.text.surcharge': string;
|
|
238
289
|
'tocPay.text.done': string;
|
|
@@ -251,6 +302,14 @@ declare const _default: {
|
|
|
251
302
|
'tocPay.text.continuePay': string;
|
|
252
303
|
'tocPay.text.leave': string;
|
|
253
304
|
'tocPay.text.getParamsFail': string;
|
|
305
|
+
'tocPay.text.checkingCard': string;
|
|
306
|
+
'tocPay.text.processingPayment': string;
|
|
307
|
+
'tocPay.text.securityCheckRequired': string;
|
|
308
|
+
'tocPay.text.doNotClosePage': string;
|
|
309
|
+
'tocPay.text.stopWaitingTitle': string;
|
|
310
|
+
'tocPay.text.stopWaitingDesc': string;
|
|
311
|
+
'tocPay.text.continueWaiting': string;
|
|
312
|
+
'tocPay.text.viewOrder': string;
|
|
254
313
|
'tocPay.text.walletPass': string;
|
|
255
314
|
'tocPay.text.toUse': string;
|
|
256
315
|
'tocPay.text.searchResult': string;
|
|
@@ -302,6 +361,16 @@ declare const _default: {
|
|
|
302
361
|
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
303
362
|
'tocPay.text.domestic': string;
|
|
304
363
|
'tocPay.text.rest-of-world': string;
|
|
364
|
+
'tocPay.text.tdsErrorTitle': string;
|
|
365
|
+
'tocPay.text.tdsErrorDesc': string;
|
|
366
|
+
'tocPay.text.bankVerifyFailedTitle': string;
|
|
367
|
+
'tocPay.text.bankVerifyFailedDesc': string;
|
|
368
|
+
'tocPay.text.useAnotherCard': string;
|
|
369
|
+
'tocPay.text.useAnotherPayment': string;
|
|
370
|
+
'tocPay.text.payLater': string;
|
|
371
|
+
'tocPay.text.paymentTroubleContact': (phone: string, email: string) => string;
|
|
372
|
+
'tocPay.text.pendingPaymentDesc': string;
|
|
373
|
+
'tocPay.text.pendingPaymentOk': string;
|
|
305
374
|
};
|
|
306
375
|
ja: {
|
|
307
376
|
'tocPay.text.checkout': string;
|
|
@@ -321,6 +390,7 @@ declare const _default: {
|
|
|
321
390
|
'tocPay.text.enterCVV': string;
|
|
322
391
|
'tocPay.text.enterValidCVV': string;
|
|
323
392
|
'tocPay.text.addCard': string;
|
|
393
|
+
'tocPay.text.secureCardPayment': string;
|
|
324
394
|
'tocPay.text.creditorDebitCard': string;
|
|
325
395
|
'tocPay.text.addCreditOrDebitCard': string;
|
|
326
396
|
'tocPay.text.cardNumber': string;
|
|
@@ -333,7 +403,11 @@ declare const _default: {
|
|
|
333
403
|
'tocPay.text.enterEnglishName': string;
|
|
334
404
|
'tocPay.text.incorrectName': string;
|
|
335
405
|
'tocPay.text.saveCardForNextTime': string;
|
|
406
|
+
'tocPay.text.saveCardEncryption': string;
|
|
336
407
|
'tocPay.text.secureBankInfo': string;
|
|
408
|
+
'tocPay.text.merchantAuthorizationBefore': string;
|
|
409
|
+
'tocPay.text.merchantAuthorizationAfter': string;
|
|
410
|
+
'tocPay.text.threeDSecureProtection': string;
|
|
337
411
|
'tocPay.text.pay': string;
|
|
338
412
|
'tocPay.text.surcharge': string;
|
|
339
413
|
'tocPay.text.done': string;
|
|
@@ -352,6 +426,14 @@ declare const _default: {
|
|
|
352
426
|
'tocPay.text.continuePay': string;
|
|
353
427
|
'tocPay.text.leave': string;
|
|
354
428
|
'tocPay.text.getParamsFail': string;
|
|
429
|
+
'tocPay.text.checkingCard': string;
|
|
430
|
+
'tocPay.text.processingPayment': string;
|
|
431
|
+
'tocPay.text.securityCheckRequired': string;
|
|
432
|
+
'tocPay.text.doNotClosePage': string;
|
|
433
|
+
'tocPay.text.stopWaitingTitle': string;
|
|
434
|
+
'tocPay.text.stopWaitingDesc': string;
|
|
435
|
+
'tocPay.text.continueWaiting': string;
|
|
436
|
+
'tocPay.text.viewOrder': string;
|
|
355
437
|
'tocPay.text.walletPass': string;
|
|
356
438
|
'tocPay.text.toUse': string;
|
|
357
439
|
'tocPay.text.searchResult': string;
|
|
@@ -404,6 +486,16 @@ declare const _default: {
|
|
|
404
486
|
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
405
487
|
'tocPay.text.domestic': string;
|
|
406
488
|
'tocPay.text.rest-of-world': string;
|
|
489
|
+
'tocPay.text.tdsErrorTitle': string;
|
|
490
|
+
'tocPay.text.tdsErrorDesc': string;
|
|
491
|
+
'tocPay.text.bankVerifyFailedTitle': string;
|
|
492
|
+
'tocPay.text.bankVerifyFailedDesc': string;
|
|
493
|
+
'tocPay.text.useAnotherCard': string;
|
|
494
|
+
'tocPay.text.useAnotherPayment': string;
|
|
495
|
+
'tocPay.text.payLater': string;
|
|
496
|
+
'tocPay.text.paymentTroubleContact': (phone: string, email: string) => string;
|
|
497
|
+
'tocPay.text.pendingPaymentDesc': string;
|
|
498
|
+
'tocPay.text.pendingPaymentOk': string;
|
|
407
499
|
};
|
|
408
500
|
pt: {
|
|
409
501
|
'tocPay.text.checkout': string;
|
|
@@ -423,6 +515,7 @@ declare const _default: {
|
|
|
423
515
|
'tocPay.text.enterCVV': string;
|
|
424
516
|
'tocPay.text.enterValidCVV': string;
|
|
425
517
|
'tocPay.text.addCard': string;
|
|
518
|
+
'tocPay.text.secureCardPayment': string;
|
|
426
519
|
'tocPay.text.creditorDebitCard': string;
|
|
427
520
|
'tocPay.text.addCreditOrDebitCard': string;
|
|
428
521
|
'tocPay.text.cardNumber': string;
|
|
@@ -435,7 +528,11 @@ declare const _default: {
|
|
|
435
528
|
'tocPay.text.enterEnglishName': string;
|
|
436
529
|
'tocPay.text.incorrectName': string;
|
|
437
530
|
'tocPay.text.saveCardForNextTime': string;
|
|
531
|
+
'tocPay.text.saveCardEncryption': string;
|
|
438
532
|
'tocPay.text.secureBankInfo': string;
|
|
533
|
+
'tocPay.text.merchantAuthorizationBefore': string;
|
|
534
|
+
'tocPay.text.merchantAuthorizationAfter': string;
|
|
535
|
+
'tocPay.text.threeDSecureProtection': string;
|
|
439
536
|
'tocPay.text.pay': string;
|
|
440
537
|
'tocPay.text.surcharge': string;
|
|
441
538
|
'tocPay.text.done': string;
|
|
@@ -454,6 +551,14 @@ declare const _default: {
|
|
|
454
551
|
'tocPay.text.continuePay': string;
|
|
455
552
|
'tocPay.text.leave': string;
|
|
456
553
|
'tocPay.text.getParamsFail': string;
|
|
554
|
+
'tocPay.text.checkingCard': string;
|
|
555
|
+
'tocPay.text.processingPayment': string;
|
|
556
|
+
'tocPay.text.securityCheckRequired': string;
|
|
557
|
+
'tocPay.text.doNotClosePage': string;
|
|
558
|
+
'tocPay.text.stopWaitingTitle': string;
|
|
559
|
+
'tocPay.text.stopWaitingDesc': string;
|
|
560
|
+
'tocPay.text.continueWaiting': string;
|
|
561
|
+
'tocPay.text.viewOrder': string;
|
|
457
562
|
'tocPay.text.walletPass': string;
|
|
458
563
|
'tocPay.text.toUse': string;
|
|
459
564
|
'tocPay.text.searchResult': string;
|
|
@@ -506,6 +611,16 @@ declare const _default: {
|
|
|
506
611
|
'tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater': string;
|
|
507
612
|
'tocPay.text.domestic': string;
|
|
508
613
|
'tocPay.text.rest-of-world': string;
|
|
614
|
+
'tocPay.text.tdsErrorTitle': string;
|
|
615
|
+
'tocPay.text.tdsErrorDesc': string;
|
|
616
|
+
'tocPay.text.bankVerifyFailedTitle': string;
|
|
617
|
+
'tocPay.text.bankVerifyFailedDesc': string;
|
|
618
|
+
'tocPay.text.useAnotherCard': string;
|
|
619
|
+
'tocPay.text.useAnotherPayment': string;
|
|
620
|
+
'tocPay.text.payLater': string;
|
|
621
|
+
'tocPay.text.paymentTroubleContact': (phone: string, email: string) => string;
|
|
622
|
+
'tocPay.text.pendingPaymentDesc': string;
|
|
623
|
+
'tocPay.text.pendingPaymentOk': string;
|
|
509
624
|
};
|
|
510
625
|
};
|
|
511
626
|
export default _default;
|
|
@@ -41,19 +41,24 @@ var locales_default = {
|
|
|
41
41
|
"tocPay.text.enterCVV": "Please enter the CVV",
|
|
42
42
|
"tocPay.text.enterValidCVV": "Please enter a valid CVV",
|
|
43
43
|
"tocPay.text.addCard": "Add card",
|
|
44
|
+
"tocPay.text.secureCardPayment": "Secure card payment",
|
|
44
45
|
"tocPay.text.creditorDebitCard": "Card",
|
|
45
46
|
"tocPay.text.addCreditOrDebitCard": "Add card",
|
|
46
|
-
"tocPay.text.cardNumber": "Card
|
|
47
|
+
"tocPay.text.cardNumber": "Card Number",
|
|
47
48
|
"tocPay.text.incorrectCardNumber": "Incorrect card number. Please try again.",
|
|
48
|
-
"tocPay.text.expiration": "Expiration",
|
|
49
|
+
"tocPay.text.expiration": "Expiration date",
|
|
49
50
|
"tocPay.text.incorrectExpiryDate": "Incorrect expiry date.",
|
|
50
51
|
"tocPay.text.securityCode": "Security code",
|
|
51
52
|
"tocPay.text.incorrectSecurityCode": "Incorrect security code.",
|
|
52
53
|
"tocPay.text.cardholderName": "Cardholder name",
|
|
53
54
|
"tocPay.text.enterEnglishName": "Please enter only your first and last name in English, separated by a space.",
|
|
54
|
-
"tocPay.text.incorrectName": "Full
|
|
55
|
-
"tocPay.text.saveCardForNextTime": "Save
|
|
56
|
-
"tocPay.text.
|
|
55
|
+
"tocPay.text.incorrectName": "Full Name on Card",
|
|
56
|
+
"tocPay.text.saveCardForNextTime": "Save card for faster checkout next time",
|
|
57
|
+
"tocPay.text.saveCardEncryption": "(Your card will be Stored securely with encryption.)",
|
|
58
|
+
"tocPay.text.secureBankInfo": "Your card details are securely processed by certified payment providers. WE WILL NOT STORE YOUR CARD DETAILS.",
|
|
59
|
+
"tocPay.text.merchantAuthorizationBefore": "By providing your card information, you allow Merchant ",
|
|
60
|
+
"tocPay.text.merchantAuthorizationAfter": " to charge your card in accordance with their terms.",
|
|
61
|
+
"tocPay.text.threeDSecureProtection": "Protected by 3D Secure authentication",
|
|
57
62
|
"tocPay.text.pay": "Pay",
|
|
58
63
|
"tocPay.text.surcharge": "Surcharge",
|
|
59
64
|
"tocPay.text.done": "Done",
|
|
@@ -72,6 +77,14 @@ var locales_default = {
|
|
|
72
77
|
"tocPay.text.continuePay": "Continue to pay",
|
|
73
78
|
"tocPay.text.leave": "Leave",
|
|
74
79
|
"tocPay.text.getParamsFail": "Failed to obtain payment parameters",
|
|
80
|
+
"tocPay.text.checkingCard": "Checking your card...",
|
|
81
|
+
"tocPay.text.processingPayment": "Processing your payment…",
|
|
82
|
+
"tocPay.text.securityCheckRequired": "A security check may be required.",
|
|
83
|
+
"tocPay.text.doNotClosePage": "Closing this page may interrupt the payment. Please wait.",
|
|
84
|
+
"tocPay.text.stopWaitingTitle": "Are you sure you want to stop waiting?",
|
|
85
|
+
"tocPay.text.stopWaitingDesc": "Your payment is still being processed and may still succeed.\nIf you stop waiting now, please check your order status before making a new payment to avoid being charged twice.",
|
|
86
|
+
"tocPay.text.continueWaiting": "Continue Waiting",
|
|
87
|
+
"tocPay.text.viewOrder": "View Order",
|
|
75
88
|
"tocPay.text.walletPass": "Wallet Pass",
|
|
76
89
|
"tocPay.text.toUse": "To use",
|
|
77
90
|
"tocPay.text.searchResult": "Search result",
|
|
@@ -123,7 +136,17 @@ var locales_default = {
|
|
|
123
136
|
"tocPay.text.paymentFailed": "Not paid yet, please check if the payment is successful",
|
|
124
137
|
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "We are verifying your payment. Please check your order status later.",
|
|
125
138
|
"tocPay.text.domestic": "Domestic",
|
|
126
|
-
"tocPay.text.rest-of-world": "Rest of world"
|
|
139
|
+
"tocPay.text.rest-of-world": "Rest of world",
|
|
140
|
+
"tocPay.text.tdsErrorTitle": "This card can't complete the payment",
|
|
141
|
+
"tocPay.text.tdsErrorDesc": "The card issuer doesn't support the security verification required for this transaction (such as SMS code or approval in the bank app).\nFor your security, please use another card and try again.",
|
|
142
|
+
"tocPay.text.bankVerifyFailedTitle": "Payment failed",
|
|
143
|
+
"tocPay.text.bankVerifyFailedDesc": "The bank wasn't able to approve the security check, so the payment couldn't be completed.\nYou can use another payment or use another card.",
|
|
144
|
+
"tocPay.text.useAnotherCard": "Use another card",
|
|
145
|
+
"tocPay.text.useAnotherPayment": "Use another payment",
|
|
146
|
+
"tocPay.text.payLater": "Pay later",
|
|
147
|
+
"tocPay.text.paymentTroubleContact": (phone, email) => `Having trouble paying? Contact us (${phone} ${email})`,
|
|
148
|
+
"tocPay.text.pendingPaymentDesc": "Payment in progress. Please refresh the page to see the result.",
|
|
149
|
+
"tocPay.text.pendingPaymentOk": "OK"
|
|
127
150
|
},
|
|
128
151
|
"zh-CN": {
|
|
129
152
|
"tocPay.text.checkout": "结账",
|
|
@@ -143,6 +166,7 @@ var locales_default = {
|
|
|
143
166
|
"tocPay.text.enterCVV": "请输入cvv",
|
|
144
167
|
"tocPay.text.enterValidCVV": "请输入正确的cvv",
|
|
145
168
|
"tocPay.text.addCard": "添加卡片",
|
|
169
|
+
"tocPay.text.secureCardPayment": "安全信用卡支付",
|
|
146
170
|
"tocPay.text.creditorDebitCard": "银行卡",
|
|
147
171
|
"tocPay.text.addCreditOrDebitCard": "添加卡片",
|
|
148
172
|
"tocPay.text.cardNumber": "卡号",
|
|
@@ -154,8 +178,12 @@ var locales_default = {
|
|
|
154
178
|
"tocPay.text.cardholderName": "持卡人姓名",
|
|
155
179
|
"tocPay.text.enterEnglishName": "请仅输入您的英文名字和姓氏,以空格键分隔。",
|
|
156
180
|
"tocPay.text.incorrectName": "请输入您的全名",
|
|
157
|
-
"tocPay.text.saveCardForNextTime": "
|
|
158
|
-
"tocPay.text.
|
|
181
|
+
"tocPay.text.saveCardForNextTime": "保存此卡,便于下次快速结账",
|
|
182
|
+
"tocPay.text.saveCardEncryption": "(您的银行卡信息将通过加密方式安全保存。)",
|
|
183
|
+
"tocPay.text.secureBankInfo": "您的银行卡信息将由认证的支付服务商安全处理。我们不会存储您的银行卡信息。",
|
|
184
|
+
"tocPay.text.merchantAuthorizationBefore": "提交银行卡信息即表示您授权商户 ",
|
|
185
|
+
"tocPay.text.merchantAuthorizationAfter": " 按其条款向您的银行卡发起扣款。",
|
|
186
|
+
"tocPay.text.threeDSecureProtection": "受 3D Secure 安全验证保护",
|
|
159
187
|
"tocPay.text.pay": "支付",
|
|
160
188
|
"tocPay.text.surcharge": "附加费",
|
|
161
189
|
"tocPay.text.done": "完成",
|
|
@@ -174,6 +202,14 @@ var locales_default = {
|
|
|
174
202
|
"tocPay.text.continuePay": "继续支付",
|
|
175
203
|
"tocPay.text.leave": "离开",
|
|
176
204
|
"tocPay.text.getParamsFail": "获取支付参数失败",
|
|
205
|
+
"tocPay.text.checkingCard": "正在检查您的卡片…",
|
|
206
|
+
"tocPay.text.processingPayment": "正在处理中…",
|
|
207
|
+
"tocPay.text.securityCheckRequired": "可能需要完成银行安全验证。",
|
|
208
|
+
"tocPay.text.doNotClosePage": "关闭页面可能导致支付中断,请稍候。",
|
|
209
|
+
"tocPay.text.stopWaitingTitle": "确定要停止等待吗?",
|
|
210
|
+
"tocPay.text.stopWaitingDesc": "支付仍在处理中,本次支付仍有可能成功。\n如果现在离开,请先查看订单状态后再进行支付,避免重复扣款。",
|
|
211
|
+
"tocPay.text.continueWaiting": "继续等待",
|
|
212
|
+
"tocPay.text.viewOrder": "查看订单",
|
|
177
213
|
"tocPay.text.walletPass": "钱包支付",
|
|
178
214
|
"tocPay.text.toUse": "去使用",
|
|
179
215
|
"tocPay.text.searchResult": "搜索结果",
|
|
@@ -224,7 +260,17 @@ var locales_default = {
|
|
|
224
260
|
"tocPay.text.paymentFailed": "未支付完成,请检查是否支付成功",
|
|
225
261
|
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "我们正在确认您的支付状态,请稍后查看订单状态。",
|
|
226
262
|
"tocPay.text.domestic": "本国",
|
|
227
|
-
"tocPay.text.rest-of-world": "国外"
|
|
263
|
+
"tocPay.text.rest-of-world": "国外",
|
|
264
|
+
"tocPay.text.tdsErrorTitle": "当前银行卡无法完成支付",
|
|
265
|
+
"tocPay.text.tdsErrorDesc": "发卡行未支持本次支付所需的安全验证(例如短信验证码、银行 App 确认等)。\n为确保交易安全,请更换其他银行卡重试。",
|
|
266
|
+
"tocPay.text.bankVerifyFailedTitle": "支付失败",
|
|
267
|
+
"tocPay.text.bankVerifyFailedDesc": "银行未能完成本次安全验证,支付未成功。\n你可以使用其它支付方式或更换其他信用卡。",
|
|
268
|
+
"tocPay.text.useAnotherCard": "更换卡片",
|
|
269
|
+
"tocPay.text.useAnotherPayment": "使用其他支付方式",
|
|
270
|
+
"tocPay.text.payLater": "稍后支付",
|
|
271
|
+
"tocPay.text.paymentTroubleContact": (phone, email) => `支付遇到困难?联系我们(${phone} ${email})`,
|
|
272
|
+
"tocPay.text.pendingPaymentDesc": "此订单有一笔支付正在处理中,请刷新页面获取支付结果。",
|
|
273
|
+
"tocPay.text.pendingPaymentOk": "好的"
|
|
228
274
|
},
|
|
229
275
|
"zh-HK": {
|
|
230
276
|
"tocPay.text.checkout": "結帳",
|
|
@@ -244,6 +290,7 @@ var locales_default = {
|
|
|
244
290
|
"tocPay.text.enterCVV": "請輸入cvv",
|
|
245
291
|
"tocPay.text.enterValidCVV": "請輸入正確的cvv",
|
|
246
292
|
"tocPay.text.addCard": "添加卡片",
|
|
293
|
+
"tocPay.text.secureCardPayment": "安全信用卡支付",
|
|
247
294
|
"tocPay.text.creditorDebitCard": "銀行卡",
|
|
248
295
|
"tocPay.text.addCreditOrDebitCard": "添加卡片",
|
|
249
296
|
"tocPay.text.cardNumber": "卡號",
|
|
@@ -255,8 +302,12 @@ var locales_default = {
|
|
|
255
302
|
"tocPay.text.cardholderName": "持卡人姓名",
|
|
256
303
|
"tocPay.text.enterEnglishName": "請僅輸入您的英文名字和姓氏,以空格鍵分隔。",
|
|
257
304
|
"tocPay.text.incorrectName": "請輸入您的全名",
|
|
258
|
-
"tocPay.text.saveCardForNextTime": "
|
|
259
|
-
"tocPay.text.
|
|
305
|
+
"tocPay.text.saveCardForNextTime": "保存此卡,便於下次快速結賬",
|
|
306
|
+
"tocPay.text.saveCardEncryption": "(您的銀行卡信息將通過加密方式安全保存。)",
|
|
307
|
+
"tocPay.text.secureBankInfo": "您的銀行卡信息將由認證的支付服務商安全處理。我們不會存儲您的銀行卡信息。",
|
|
308
|
+
"tocPay.text.merchantAuthorizationBefore": "提交銀行卡信息即表示您授權商戶 ",
|
|
309
|
+
"tocPay.text.merchantAuthorizationAfter": " 按其條款向您的銀行卡發起扣款。",
|
|
310
|
+
"tocPay.text.threeDSecureProtection": "受 3D Secure 安全驗證保護",
|
|
260
311
|
"tocPay.text.pay": "支付",
|
|
261
312
|
"tocPay.text.surcharge": "附加費",
|
|
262
313
|
"tocPay.text.done": "完成",
|
|
@@ -275,6 +326,14 @@ var locales_default = {
|
|
|
275
326
|
"tocPay.text.continuePay": "繼續支付",
|
|
276
327
|
"tocPay.text.leave": "離開",
|
|
277
328
|
"tocPay.text.getParamsFail": "取得支付參數失敗",
|
|
329
|
+
"tocPay.text.checkingCard": "正在檢查您的卡片…",
|
|
330
|
+
"tocPay.text.processingPayment": "正在處理中…",
|
|
331
|
+
"tocPay.text.securityCheckRequired": "可能需要完成銀行安全驗證。",
|
|
332
|
+
"tocPay.text.doNotClosePage": "關閉頁面可能導致支付中斷,請稍候。",
|
|
333
|
+
"tocPay.text.stopWaitingTitle": "確定要停止等待嗎?",
|
|
334
|
+
"tocPay.text.stopWaitingDesc": "支付仍在處理中,本次支付仍有可能成功。\n如果現在離開,請先查看訂單狀態後再進行支付,避免重複扣款。",
|
|
335
|
+
"tocPay.text.continueWaiting": "繼續等待",
|
|
336
|
+
"tocPay.text.viewOrder": "查看訂單",
|
|
278
337
|
"tocPay.text.walletPass": "錢包支付",
|
|
279
338
|
"tocPay.text.toUse": "去使用",
|
|
280
339
|
"tocPay.text.searchResult": "搜索結果",
|
|
@@ -325,7 +384,17 @@ var locales_default = {
|
|
|
325
384
|
"tocPay.text.paymentFailed": "未支付完成,请检查是否支付成功",
|
|
326
385
|
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "我們正在確認您的支付狀態,請稍後查看訂單狀態。",
|
|
327
386
|
"tocPay.text.domestic": "本國",
|
|
328
|
-
"tocPay.text.rest-of-world": "國外"
|
|
387
|
+
"tocPay.text.rest-of-world": "國外",
|
|
388
|
+
"tocPay.text.tdsErrorTitle": "當前銀行卡無法完成支付",
|
|
389
|
+
"tocPay.text.tdsErrorDesc": "發卡行未支持本次支付所需的安全驗證(例如短信驗證碼、銀行 App 確認等)。\n為確保交易安全,請更換其他銀行卡重試。",
|
|
390
|
+
"tocPay.text.bankVerifyFailedTitle": "支付失敗",
|
|
391
|
+
"tocPay.text.bankVerifyFailedDesc": "銀行未能完成本次安全驗證,支付未成功。\n你可以使用其它支付方式或更換其他信用卡。",
|
|
392
|
+
"tocPay.text.useAnotherCard": "更換卡片",
|
|
393
|
+
"tocPay.text.useAnotherPayment": "使用其他支付方式",
|
|
394
|
+
"tocPay.text.payLater": "稍後支付",
|
|
395
|
+
"tocPay.text.paymentTroubleContact": (phone, email) => `支付遇到困難?聯繫我們(${phone} ${email})`,
|
|
396
|
+
"tocPay.text.pendingPaymentDesc": "此訂單有一筆支付正在處理中,請刷新頁面獲取支付結果。",
|
|
397
|
+
"tocPay.text.pendingPaymentOk": "好的"
|
|
329
398
|
},
|
|
330
399
|
ja: {
|
|
331
400
|
"tocPay.text.checkout": "チェックアウト",
|
|
@@ -345,6 +414,7 @@ var locales_default = {
|
|
|
345
414
|
"tocPay.text.enterCVV": "CVVを入力してください",
|
|
346
415
|
"tocPay.text.enterValidCVV": "有効なCVVを入力してください",
|
|
347
416
|
"tocPay.text.addCard": "カードを追加",
|
|
417
|
+
"tocPay.text.secureCardPayment": "安全なカード支払い",
|
|
348
418
|
"tocPay.text.creditorDebitCard": "カード",
|
|
349
419
|
"tocPay.text.addCreditOrDebitCard": "カードを追加",
|
|
350
420
|
"tocPay.text.cardNumber": "カード番号",
|
|
@@ -356,8 +426,12 @@ var locales_default = {
|
|
|
356
426
|
"tocPay.text.cardholderName": "カード名義人",
|
|
357
427
|
"tocPay.text.enterEnglishName": "英語で名前と姓のみを入力してください。スペースで区切ってください。",
|
|
358
428
|
"tocPay.text.incorrectName": "カードのフルネーム",
|
|
359
|
-
"tocPay.text.saveCardForNextTime": "
|
|
360
|
-
"tocPay.text.
|
|
429
|
+
"tocPay.text.saveCardForNextTime": "次回の迅速な支払いのためにカードを保存",
|
|
430
|
+
"tocPay.text.saveCardEncryption": "(カード情報は暗号化により安全に保存されます。)",
|
|
431
|
+
"tocPay.text.secureBankInfo": "カード情報は認定された決済プロバイダーによって安全に処理されます。カード情報を保存することはありません。",
|
|
432
|
+
"tocPay.text.merchantAuthorizationBefore": "カード情報を提供することにより、加盟店 ",
|
|
433
|
+
"tocPay.text.merchantAuthorizationAfter": " がその規約に従ってカードに課金することを許可します。",
|
|
434
|
+
"tocPay.text.threeDSecureProtection": "3D Secure認証で保護されています",
|
|
361
435
|
"tocPay.text.pay": "支払う",
|
|
362
436
|
"tocPay.text.surcharge": "追加料金",
|
|
363
437
|
"tocPay.text.done": "完了",
|
|
@@ -376,6 +450,14 @@ var locales_default = {
|
|
|
376
450
|
"tocPay.text.continuePay": "支払いを続行",
|
|
377
451
|
"tocPay.text.leave": "離れる",
|
|
378
452
|
"tocPay.text.getParamsFail": "支払いパラメータの取得に失敗しました",
|
|
453
|
+
"tocPay.text.checkingCard": "カードを確認しています…",
|
|
454
|
+
"tocPay.text.processingPayment": "お支払いを処理中…",
|
|
455
|
+
"tocPay.text.securityCheckRequired": "セキュリティチェックが必要になる場合があります。",
|
|
456
|
+
"tocPay.text.doNotClosePage": "ページを閉じると支払いが中断される可能性があります。お待ちください。",
|
|
457
|
+
"tocPay.text.stopWaitingTitle": "待機を停止してもよろしいですか?",
|
|
458
|
+
"tocPay.text.stopWaitingDesc": "お支払いはまだ処理中であり、成功する可能性があります。\n今離れる場合は、二重請求を避けるため、新しい支払いを行う前に注文ステータスをご確認ください。",
|
|
459
|
+
"tocPay.text.continueWaiting": "待機を続ける",
|
|
460
|
+
"tocPay.text.viewOrder": "注文を表示",
|
|
379
461
|
"tocPay.text.walletPass": "ウォレットパス",
|
|
380
462
|
"tocPay.text.toUse": "使用する",
|
|
381
463
|
"tocPay.text.searchResult": "検索結果",
|
|
@@ -427,7 +509,17 @@ var locales_default = {
|
|
|
427
509
|
"tocPay.text.paymentFailed": "まだ支払われていません。支払いが成功したか確認してください",
|
|
428
510
|
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "支払いを確認中です。後で注文ステータスを確認してください。",
|
|
429
511
|
"tocPay.text.domestic": "国内",
|
|
430
|
-
"tocPay.text.rest-of-world": "海外"
|
|
512
|
+
"tocPay.text.rest-of-world": "海外",
|
|
513
|
+
"tocPay.text.tdsErrorTitle": "このカードではお支払いを完了できません",
|
|
514
|
+
"tocPay.text.tdsErrorDesc": "カード発行会社が、この取引に必要なセキュリティ認証(SMSコードや銀行アプリでの承認など)に対応していません。\nセキュリティのため、別のカードをご利用のうえ再度お試しください。",
|
|
515
|
+
"tocPay.text.bankVerifyFailedTitle": "お支払いに失敗しました",
|
|
516
|
+
"tocPay.text.bankVerifyFailedDesc": "銀行がセキュリティチェックを承認できなかったため、支払いを完了できませんでした。\n別の支払い方法を使用するか、別のカードをご利用ください。",
|
|
517
|
+
"tocPay.text.useAnotherCard": "別のカードを使用",
|
|
518
|
+
"tocPay.text.useAnotherPayment": "別の支払い方法を使用",
|
|
519
|
+
"tocPay.text.payLater": "後で支払う",
|
|
520
|
+
"tocPay.text.paymentTroubleContact": (phone, email) => `お支払いでお困りですか?お問い合わせください(${phone} ${email})`,
|
|
521
|
+
"tocPay.text.pendingPaymentDesc": "この注文には処理中の支払いがあります。ページを更新して支払い結果をご確認ください。",
|
|
522
|
+
"tocPay.text.pendingPaymentOk": "OK"
|
|
431
523
|
},
|
|
432
524
|
pt: {
|
|
433
525
|
"tocPay.text.checkout": "Checkout",
|
|
@@ -447,6 +539,7 @@ var locales_default = {
|
|
|
447
539
|
"tocPay.text.enterCVV": "Por favor, insira o CVV",
|
|
448
540
|
"tocPay.text.enterValidCVV": "Por favor, insira um CVV válido",
|
|
449
541
|
"tocPay.text.addCard": "Adicionar cartão",
|
|
542
|
+
"tocPay.text.secureCardPayment": "Pagamento seguro com cartão",
|
|
450
543
|
"tocPay.text.creditorDebitCard": "Cartão",
|
|
451
544
|
"tocPay.text.addCreditOrDebitCard": "Adicionar cartão",
|
|
452
545
|
"tocPay.text.cardNumber": "Número do cartão",
|
|
@@ -458,8 +551,12 @@ var locales_default = {
|
|
|
458
551
|
"tocPay.text.cardholderName": "Nome do portador do cartão",
|
|
459
552
|
"tocPay.text.enterEnglishName": "Por favor, insira apenas seu primeiro e último nome em inglês, separados por um espaço.",
|
|
460
553
|
"tocPay.text.incorrectName": "Nome completo no cartão.",
|
|
461
|
-
"tocPay.text.saveCardForNextTime": "Salvar
|
|
462
|
-
"tocPay.text.
|
|
554
|
+
"tocPay.text.saveCardForNextTime": "Salvar cartão para checkout mais rápido na próxima vez",
|
|
555
|
+
"tocPay.text.saveCardEncryption": "(Seu cartão será armazenado com segurança com criptografia.)",
|
|
556
|
+
"tocPay.text.secureBankInfo": "Os dados do seu cartão são processados com segurança por provedores de pagamento certificados. NÃO ARMAZENAREMOS OS DADOS DO SEU CARTÃO.",
|
|
557
|
+
"tocPay.text.merchantAuthorizationBefore": "Ao fornecer as informações do seu cartão, você permite que o Comerciante ",
|
|
558
|
+
"tocPay.text.merchantAuthorizationAfter": " cobre seu cartão de acordo com seus termos.",
|
|
559
|
+
"tocPay.text.threeDSecureProtection": "Protegido por autenticação 3D Secure",
|
|
463
560
|
"tocPay.text.pay": "Pagar",
|
|
464
561
|
"tocPay.text.surcharge": "Taxa adicional",
|
|
465
562
|
"tocPay.text.done": "Concluído",
|
|
@@ -478,6 +575,14 @@ var locales_default = {
|
|
|
478
575
|
"tocPay.text.continuePay": "Continuar a pagar",
|
|
479
576
|
"tocPay.text.leave": "Sair",
|
|
480
577
|
"tocPay.text.getParamsFail": "Falha ao obter parâmetros de pagamento",
|
|
578
|
+
"tocPay.text.checkingCard": "Verificando seu cartão...",
|
|
579
|
+
"tocPay.text.processingPayment": "Processando seu pagamento…",
|
|
580
|
+
"tocPay.text.securityCheckRequired": "Uma verificação de segurança pode ser necessária.",
|
|
581
|
+
"tocPay.text.doNotClosePage": "Fechar esta página pode interromper o pagamento. Por favor, aguarde.",
|
|
582
|
+
"tocPay.text.stopWaitingTitle": "Tem certeza de que deseja parar de aguardar?",
|
|
583
|
+
"tocPay.text.stopWaitingDesc": "Seu pagamento ainda está sendo processado e ainda pode ser bem-sucedido.\nSe você parar de aguardar agora, verifique o status do seu pedido antes de fazer um novo pagamento para evitar cobranças duplicadas.",
|
|
584
|
+
"tocPay.text.continueWaiting": "Continuar Aguardando",
|
|
585
|
+
"tocPay.text.viewOrder": "Ver Pedido",
|
|
481
586
|
"tocPay.text.walletPass": "Carteira Digital",
|
|
482
587
|
"tocPay.text.toUse": "Para usar",
|
|
483
588
|
"tocPay.text.searchResult": "Resultado da pesquisa",
|
|
@@ -529,6 +634,16 @@ var locales_default = {
|
|
|
529
634
|
"tocPay.text.paymentFailed": "Ainda não foi pago, por favor verifique se o pagamento foi bem-sucedido",
|
|
530
635
|
"tocPay.text.weAreVerifyingYourPaymentPleaseCheckYourOrderStatusLater": "Estamos verificando seu pagamento. Por favor, verifique o status do seu pedido mais tarde.",
|
|
531
636
|
"tocPay.text.domestic": "Doméstico",
|
|
532
|
-
"tocPay.text.rest-of-world": "Resto do mundo"
|
|
637
|
+
"tocPay.text.rest-of-world": "Resto do mundo",
|
|
638
|
+
"tocPay.text.tdsErrorTitle": "Este cartão não pode concluir o pagamento",
|
|
639
|
+
"tocPay.text.tdsErrorDesc": "O emissor do cartão não oferece suporte à verificação de segurança necessária para esta transação (como código SMS ou aprovação no aplicativo do banco).\nPara sua segurança, use outro cartão e tente novamente.",
|
|
640
|
+
"tocPay.text.bankVerifyFailedTitle": "Pagamento falhou",
|
|
641
|
+
"tocPay.text.bankVerifyFailedDesc": "O banco não conseguiu aprovar a verificação de segurança, então o pagamento não pôde ser concluído.\nVocê pode usar outro método de pagamento ou usar outro cartão.",
|
|
642
|
+
"tocPay.text.useAnotherCard": "Usar outro cartão",
|
|
643
|
+
"tocPay.text.useAnotherPayment": "Usar outro método de pagamento",
|
|
644
|
+
"tocPay.text.payLater": "Pagar depois",
|
|
645
|
+
"tocPay.text.paymentTroubleContact": (phone, email) => `Problemas com o pagamento? Entre em contato conosco (${phone} ${email})`,
|
|
646
|
+
"tocPay.text.pendingPaymentDesc": "Pagamento em andamento. Atualize a página para ver o resultado.",
|
|
647
|
+
"tocPay.text.pendingPaymentOk": "OK"
|
|
533
648
|
}
|
|
534
649
|
};
|
|
@@ -62,3 +62,13 @@ export declare const getWalletNameAndPopupStatus: (values: {
|
|
|
62
62
|
* @description: 获取支付结果
|
|
63
63
|
*/
|
|
64
64
|
export declare const getPaymentResult: (values: any) => Promise<any>;
|
|
65
|
+
/**
|
|
66
|
+
* @title: 检测订单是否有正在处理中的交易
|
|
67
|
+
* @param {object} values - { order_id: string }
|
|
68
|
+
* @return {Promise<{ has_pending: boolean }>}
|
|
69
|
+
*/
|
|
70
|
+
export declare const checkPendingPayment: (values: {
|
|
71
|
+
order_id: string;
|
|
72
|
+
}) => Promise<{
|
|
73
|
+
has_pending: boolean;
|
|
74
|
+
}>;
|
|
@@ -19,6 +19,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
19
19
|
// src/components/pay/toC/serve.ts
|
|
20
20
|
var serve_exports = {};
|
|
21
21
|
__export(serve_exports, {
|
|
22
|
+
checkPendingPayment: () => checkPendingPayment,
|
|
22
23
|
getPaymentInit: () => getPaymentInit,
|
|
23
24
|
getPaymentList: () => getPaymentList,
|
|
24
25
|
getPaymentResult: () => getPaymentResult,
|
|
@@ -77,8 +78,17 @@ var getWalletNameAndPopupStatus = async (values) => {
|
|
|
77
78
|
return data;
|
|
78
79
|
};
|
|
79
80
|
var getPaymentResult = (values) => import_utils.request.getRequest().get(`/h5/pay/order/payment/result`, values);
|
|
81
|
+
var checkPendingPayment = async (values) => {
|
|
82
|
+
var _a;
|
|
83
|
+
const { data } = await import_utils.request.getRequest().post(`/h5/pay/payment/check`, values);
|
|
84
|
+
if ((data == null ? void 0 : data.payment_handling_list) && ((_a = data == null ? void 0 : data.payment_handling_list) == null ? void 0 : _a.length) > 0) {
|
|
85
|
+
return { has_pending: true };
|
|
86
|
+
}
|
|
87
|
+
return { has_pending: false };
|
|
88
|
+
};
|
|
80
89
|
// Annotate the CommonJS export names for ESM import in node:
|
|
81
90
|
0 && (module.exports = {
|
|
91
|
+
checkPendingPayment,
|
|
82
92
|
getPaymentInit,
|
|
83
93
|
getPaymentList,
|
|
84
94
|
getPaymentResult,
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
var __create = Object.create;
|
|
1
2
|
var __defProp = Object.defineProperty;
|
|
2
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf;
|
|
4
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
7
|
var __export = (target, all) => {
|
|
6
8
|
for (var name in all)
|
|
@@ -14,6 +16,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
14
16
|
}
|
|
15
17
|
return to;
|
|
16
18
|
};
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
17
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
18
28
|
|
|
19
29
|
// src/components/pay/toC/utils.ts
|
|
@@ -27,11 +37,14 @@ __export(utils_exports, {
|
|
|
27
37
|
getAvailableMaxAmount: () => getAvailableMaxAmount,
|
|
28
38
|
getFranchiseeShopId: () => getFranchiseeShopId,
|
|
29
39
|
getIsWalletPassAndTripartitePayment: () => getIsWalletPassAndTripartitePayment,
|
|
40
|
+
getUniqueIdempotencyToken: () => getUniqueIdempotencyToken,
|
|
30
41
|
isFranchiseeShop: () => isFranchiseeShop
|
|
31
42
|
});
|
|
32
43
|
module.exports = __toCommonJS(utils_exports);
|
|
33
44
|
var import_decimal = require("decimal.js");
|
|
34
45
|
var import_status = require("./status");
|
|
46
|
+
var import_dayjs = __toESM(require("dayjs"));
|
|
47
|
+
var import_utils = require("@pisell/utils");
|
|
35
48
|
var calcWalletPassListAmount = (list) => {
|
|
36
49
|
return list.reduce((pre, cur) => pre.add(new import_decimal.Decimal(String(getAvailableMaxAmount(cur) || 0))), new import_decimal.Decimal("0")).toNumber();
|
|
37
50
|
};
|
|
@@ -99,6 +112,9 @@ var clientPayment = (params) => {
|
|
|
99
112
|
}
|
|
100
113
|
});
|
|
101
114
|
};
|
|
115
|
+
var getUniqueIdempotencyToken = () => {
|
|
116
|
+
return `${(0, import_dayjs.default)().format("YYYYMMDDHHmmssSSS")}-${(0, import_utils.getUniqueId)()}`;
|
|
117
|
+
};
|
|
102
118
|
// Annotate the CommonJS export names for ESM import in node:
|
|
103
119
|
0 && (module.exports = {
|
|
104
120
|
calcWalletPassListAmount,
|
|
@@ -109,5 +125,6 @@ var clientPayment = (params) => {
|
|
|
109
125
|
getAvailableMaxAmount,
|
|
110
126
|
getFranchiseeShopId,
|
|
111
127
|
getIsWalletPassAndTripartitePayment,
|
|
128
|
+
getUniqueIdempotencyToken,
|
|
112
129
|
isFranchiseeShop
|
|
113
130
|
});
|