@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.
Files changed (85) hide show
  1. package/build/lowcode/assets-daily.json +11 -11
  2. package/build/lowcode/assets-dev.json +2 -2
  3. package/build/lowcode/assets-prod.json +11 -11
  4. package/build/lowcode/index.js +1 -1
  5. package/build/lowcode/meta.js +1 -1
  6. package/build/lowcode/preview.js +9 -9
  7. package/build/lowcode/render/default/view.css +1 -1
  8. package/build/lowcode/render/default/view.js +10 -10
  9. package/build/lowcode/view.css +1 -1
  10. package/build/lowcode/view.js +11 -11
  11. package/es/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  12. package/es/components/eftposPay/hooks.d.ts +1 -1
  13. package/es/components/eftposPay/store/index.d.ts +3 -3
  14. package/es/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  15. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
  16. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  17. package/es/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  18. package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +6 -0
  19. package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +65 -21
  20. package/es/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +110 -9
  21. package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +2 -0
  22. package/es/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +28 -16
  23. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +20 -1
  24. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +14 -1
  25. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +20 -0
  26. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +7 -1
  27. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +167 -56
  28. package/es/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +47 -0
  29. package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +34 -0
  30. package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +83 -0
  31. package/es/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +52 -0
  32. package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +9 -1
  33. package/es/components/pay/toC/PaymentMethods/MWCreditCard/index.js +260 -33
  34. package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +23 -3
  35. package/es/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +292 -115
  36. package/es/components/pay/toC/PaymentMethods/index.js +12 -2
  37. package/es/components/pay/toC/index.js +53 -18
  38. package/es/components/pay/toC/locales.d.ts +115 -0
  39. package/es/components/pay/toC/locales.js +143 -18
  40. package/es/components/pay/toC/serve.d.ts +10 -0
  41. package/es/components/pay/toC/serve.js +40 -1
  42. package/es/components/pay/toC/utils.d.ts +5 -0
  43. package/es/components/pay/toC/utils.js +10 -0
  44. package/es/plus/pisellSalesManagement/config/booking.d.ts +6 -6
  45. package/es/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
  46. package/es/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
  47. package/es/pro/Selector/Selector.d.ts +1 -1
  48. package/lib/components/booking/forms/sendModal/useSendModal.d.ts +1 -0
  49. package/lib/components/eftposPay/hooks.d.ts +1 -1
  50. package/lib/components/eftposPay/store/index.d.ts +3 -3
  51. package/lib/components/eventBooking/components/ErrorTip/index.d.ts +1 -0
  52. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/CallToBook/index.d.ts +1 -0
  53. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/WeekItem/index.d.ts +1 -0
  54. package/lib/components/eventBooking/components/bookingAvailabilityCalendar/components/CalendarDate/CalenDateWeek/index.d.ts +1 -0
  55. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.d.ts +6 -0
  56. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.js +40 -17
  57. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/Add/index.less +110 -9
  58. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.d.ts +2 -0
  59. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/List/index.js +17 -5
  60. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.d.ts +20 -1
  61. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.js +8 -2
  62. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/ThreedsLoading/index.less +20 -0
  63. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.d.ts +7 -1
  64. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.js +98 -24
  65. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/TDSPay/index.less +47 -0
  66. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.d.ts +34 -0
  67. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.js +107 -0
  68. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/components/TDSErrorModal/index.less +52 -0
  69. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.d.ts +9 -1
  70. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/index.js +149 -5
  71. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.d.ts +23 -3
  72. package/lib/components/pay/toC/PaymentMethods/MWCreditCard/tds2.js +99 -16
  73. package/lib/components/pay/toC/PaymentMethods/index.js +17 -12
  74. package/lib/components/pay/toC/index.js +34 -3
  75. package/lib/components/pay/toC/locales.d.ts +115 -0
  76. package/lib/components/pay/toC/locales.js +133 -18
  77. package/lib/components/pay/toC/serve.d.ts +10 -0
  78. package/lib/components/pay/toC/serve.js +10 -0
  79. package/lib/components/pay/toC/utils.d.ts +5 -0
  80. package/lib/components/pay/toC/utils.js +17 -0
  81. package/lib/plus/pisellSalesManagement/config/booking.d.ts +6 -6
  82. package/lib/plus/selectHolder/components/ErrorTip/index.d.ts +1 -0
  83. package/lib/plus/walletEditor/components/ImageUpload/index.d.ts +1 -1
  84. package/lib/pro/Selector/Selector.d.ts +1 -1
  85. package/package.json +4 -4
@@ -35,7 +35,7 @@ var isOfflinePayment = function isOfflinePayment(type) {
35
35
  return ['pisell.bank_deposit', 'pisell.offline_payment', 'pisell.other.cashmanual', 'pisell.custom_bank_transfer'].includes(type);
36
36
  };
37
37
  var PaymentMethods = function PaymentMethods(props, ref) {
38
- var _context$appHelper, _interaction$utils, _interaction$utils$is;
38
+ var _context$appHelper, _context$appHelper2, _context$appHelper2$g, _dvaStore$core, _interaction$utils, _interaction$utils$is;
39
39
  var MWCreditCardRef = useRef(null);
40
40
  var SuperPayAliPayH5Ref = useRef(null);
41
41
  var StripePayRef = useRef(null);
@@ -53,6 +53,13 @@ var PaymentMethods = function PaymentMethods(props, ref) {
53
53
  var context = useEngineContext();
54
54
  var _context$appHelper$ut = (_context$appHelper = context.appHelper) === null || _context$appHelper === void 0 ? void 0 : _context$appHelper.utils,
55
55
  interaction = _context$appHelper$ut.interaction;
56
+
57
+ // 获取店铺名称,用于信用卡授权说明文案
58
+ var dvaStore = (_context$appHelper2 = context.appHelper) === null || _context$appHelper2 === void 0 || (_context$appHelper2 = _context$appHelper2.utils) === null || _context$appHelper2 === void 0 || (_context$appHelper2$g = _context$appHelper2.getStore) === null || _context$appHelper2$g === void 0 || (_context$appHelper2$g = _context$appHelper2$g.call(_context$appHelper2)) === null || _context$appHelper2$g === void 0 ? void 0 : _context$appHelper2$g.getState();
59
+ var shop = (dvaStore === null || dvaStore === void 0 || (_dvaStore$core = dvaStore.core) === null || _dvaStore$core === void 0 || (_dvaStore$core = _dvaStore$core.core) === null || _dvaStore$core === void 0 ? void 0 : _dvaStore$core.shop) || {};
60
+ var shopName = (shop === null || shop === void 0 ? void 0 : shop.name) || '';
61
+ var shopPhone = (shop === null || shop === void 0 ? void 0 : shop.phone) || '';
62
+ var shopEmail = (shop === null || shop === void 0 ? void 0 : shop.contact_email) || '';
56
63
  var init = /*#__PURE__*/function () {
57
64
  var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(_ref) {
58
65
  var _payGroup$walletPass;
@@ -365,7 +372,10 @@ var PaymentMethods = function PaymentMethods(props, ref) {
365
372
  return /*#__PURE__*/React.createElement("div", {
366
373
  className: ""
367
374
  }, /*#__PURE__*/React.createElement(MWCreditCard, {
368
- ref: MWCreditCardRef
375
+ ref: MWCreditCardRef,
376
+ shopName: shopName,
377
+ shopPhone: shopPhone,
378
+ shopEmail: shopEmail
369
379
  }), /*#__PURE__*/React.createElement(SuperPayAliPayH5, {
370
380
  ref: SuperPayAliPayH5Ref
371
381
  }), /*#__PURE__*/React.createElement(StripePay, {
@@ -23,7 +23,7 @@ import PayAmount from "./PayAmount";
23
23
  import WalletPassBlock from "./WalletPassBlock";
24
24
  import PaymentList from "./PaymentList";
25
25
  import PaymentMethods from "./PaymentMethods";
26
- import { getPaymentsAndWalletPass, getPaymentInit, getWalletNameAndPopupStatus } from "./serve";
26
+ import { getPaymentsAndWalletPass, getPaymentInit, getWalletNameAndPopupStatus, checkPendingPayment } from "./serve";
27
27
  import { Provider, Context } from "./model";
28
28
  import useEngineContext from "../../../hooks/useEngineContext";
29
29
  import usePaymentLogger from "../../../hooks/usePaymentLogger";
@@ -91,6 +91,11 @@ var ToCPay = function ToCPay(props, ref) {
91
91
  _useState12 = _slicedToArray(_useState11, 2),
92
92
  showDetectIncognitoConfirm = _useState12[0],
93
93
  setShowDetectIncognitoConfirm = _useState12[1];
94
+ // 正在处理中的交易提示
95
+ var _useState13 = useState(false),
96
+ _useState14 = _slicedToArray(_useState13, 2),
97
+ showPendingPayment = _useState14[0],
98
+ setShowPendingPayment = _useState14[1];
94
99
  // lowCode utils
95
100
  var utils = context.appHelper.utils || {};
96
101
  // stope
@@ -121,7 +126,7 @@ var ToCPay = function ToCPay(props, ref) {
121
126
  payload: _objectSpread(_objectSpread({}, initProps), {}, {
122
127
  status: 'init',
123
128
  // 将支付回调储存在store, 方便其他模块调用
124
- payCallback: props.callback,
129
+ payCallback: payCallback,
125
130
  history: (_context$appHelper$ut5 = context.appHelper.utils) === null || _context$appHelper$ut5 === void 0 ? void 0 : _context$appHelper$ut5.history,
126
131
  front_order_uuid: getUniqueId('front_order_uuid_')
127
132
  // 支付组
@@ -187,7 +192,7 @@ var ToCPay = function ToCPay(props, ref) {
187
192
  */
188
193
  var init = /*#__PURE__*/function () {
189
194
  var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(initProps) {
190
- var renderType, _initProps$order2;
195
+ var renderType, _initProps$order2, _yield$checkPendingPa, has_pending, _initProps$order3, _initProps$order4;
191
196
  return _regeneratorRuntime().wrap(function _callee2$(_context2) {
192
197
  while (1) switch (_context2.prev = _context2.next) {
193
198
  case 0:
@@ -198,15 +203,31 @@ var ToCPay = function ToCPay(props, ref) {
198
203
  });
199
204
  _context2.prev = 2;
200
205
  setRenderType(renderType !== null && renderType !== void 0 ? renderType : 'modal');
201
- // 打开弹窗
206
+ // 立即打开弹窗并展示 loading,给用户即时反馈
202
207
  setOpen(true);
203
-
204
- // 关闭选择支付方式的loading
205
208
  setSubmitLoading(false);
206
-
207
- // 打开加载的loading
208
209
  setLoading(true);
209
210
 
211
+ // 检测订单是否有正在处理中的交易
212
+ _context2.next = 9;
213
+ return checkPendingPayment({
214
+ order_id: (_initProps$order2 = initProps.order) === null || _initProps$order2 === void 0 ? void 0 : _initProps$order2.order_id
215
+ });
216
+ case 9:
217
+ _yield$checkPendingPa = _context2.sent;
218
+ has_pending = _yield$checkPendingPa.has_pending;
219
+ if (!has_pending) {
220
+ _context2.next = 16;
221
+ break;
222
+ }
223
+ paymentLogger.addLog({
224
+ key: '检测到处理中的交易',
225
+ value: "\u8BA2\u5355".concat((_initProps$order3 = initProps.order) === null || _initProps$order3 === void 0 ? void 0 : _initProps$order3.order_id, " \u5B58\u5728\u5904\u7406\u4E2D\u7684\u4EA4\u6613\uFF0C\u4E2D\u65AD\u652F\u4ED8\u6D41\u7A0B")
226
+ });
227
+ setLoading(false);
228
+ setShowPendingPayment(true);
229
+ return _context2.abrupt("return");
230
+ case 16:
210
231
  // 1. 初始化store
211
232
  _initStore(initProps);
212
233
 
@@ -214,39 +235,41 @@ var ToCPay = function ToCPay(props, ref) {
214
235
  removePayGroupFromStorage(initProps.order.order_id);
215
236
 
216
237
  // 获取支付列表和钱包
217
- _context2.next = 11;
238
+ _context2.next = 20;
218
239
  return _getPaymentsAndWalletPass(initProps.order);
219
- case 11:
220
- _context2.next = 13;
240
+ case 20:
241
+ _context2.next = 22;
221
242
  return getWalletSetting(initProps);
222
- case 13:
243
+ case 22:
223
244
  // 记录初始化成功
224
245
  paymentLogger.addLog({
225
246
  key: '初始化成功',
226
247
  value: ""
227
248
  });
228
- _context2.next = 21;
249
+ _context2.next = 32;
229
250
  break;
230
- case 16:
231
- _context2.prev = 16;
251
+ case 25:
252
+ _context2.prev = 25;
232
253
  _context2.t0 = _context2["catch"](2);
233
254
  // 记录初始化错误并发送日志
234
255
  paymentLogger.addLog({
235
256
  key: '初始化错误',
236
257
  value: {
237
- title: "\u8BA2\u5355".concat(initProps === null || initProps === void 0 || (_initProps$order2 = initProps.order) === null || _initProps$order2 === void 0 ? void 0 : _initProps$order2.order_id, " \u521D\u59CB\u5316\u5931\u8D25: ").concat((_context2.t0 === null || _context2.t0 === void 0 ? void 0 : _context2.t0.message) || '未知错误'),
258
+ title: "\u8BA2\u5355".concat(initProps === null || initProps === void 0 || (_initProps$order4 = initProps.order) === null || _initProps$order4 === void 0 ? void 0 : _initProps$order4.order_id, " \u521D\u59CB\u5316\u5931\u8D25: ").concat((_context2.t0 === null || _context2.t0 === void 0 ? void 0 : _context2.t0.message) || '未知错误'),
238
259
  data: {
239
260
  order: initProps === null || initProps === void 0 ? void 0 : initProps.order
240
261
  }
241
262
  }
242
263
  });
243
264
  paymentLogger.sendLogs('支付初始化失败', _context2.t0);
265
+ setOpen(false);
266
+ setLoading(false);
244
267
  throw _context2.t0;
245
- case 21:
268
+ case 32:
246
269
  case "end":
247
270
  return _context2.stop();
248
271
  }
249
- }, _callee2, null, [[2, 16]]);
272
+ }, _callee2, null, [[2, 25]]);
250
273
  }));
251
274
  return function init(_x2) {
252
275
  return _ref2.apply(this, arguments);
@@ -929,6 +952,18 @@ var ToCPay = function ToCPay(props, ref) {
929
952
  onOk: function onOk() {
930
953
  setShowInformation(false);
931
954
  }
955
+ }), /*#__PURE__*/React.createElement(PisellModal.Information, {
956
+ open: showPendingPayment,
957
+ describe: locales.getText('tocPay.text.pendingPaymentDesc'),
958
+ okText: locales.getText('tocPay.text.pendingPaymentOk'),
959
+ cancelVisible: false,
960
+ closable: false,
961
+ maskClosable: false,
962
+ onOk: function onOk() {
963
+ paymentLogger.sendLogs('此订单有一笔支付正在处理中');
964
+ setShowPendingPayment(false);
965
+ setOpen(false);
966
+ }
932
967
  }), /*#__PURE__*/React.createElement(PisellModal.Information, {
933
968
  open: showDetectIncognitoConfirm,
934
969
  describe: locales.getText('tocPay.text.detectIncognitoConfirm'),
@@ -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;