@alipay/ams-checkout 0.0.1757298389-dev.19 → 0.0.1757298389-dev.20

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.
@@ -90,10 +90,6 @@ export declare const ERRORMESSAGE: {
90
90
  code: string;
91
91
  message: string;
92
92
  };
93
- CONTAINER_NOT_LOADED: {
94
- code: string;
95
- message: string;
96
- };
97
93
  INITALIZE_TIMEOUT: {
98
94
  code: string;
99
95
  API: {
@@ -84,30 +84,26 @@ export var ERRORMESSAGE = {
84
84
  },
85
85
  PARAM_INVALID: {
86
86
  code: 'PARAM_INVALID',
87
- message: 'The request is abnormal and the transaction cannot be initiated.'
87
+ message: 'An error occurred. The transaction cannot be initiated.'
88
88
  },
89
89
  UI_STATE_ERROR: {
90
90
  code: 'UI_STATE_ERROR',
91
- message: 'The request is abnormal and the transaction cannot be initiated.'
92
- },
93
- CONTAINER_NOT_LOADED: {
94
- code: 'CONTAINER_NOT_LOADED',
95
- message: 'The request is abnormal and the transaction cannot be initiated.'
91
+ message: 'An error occurred. The transaction cannot be initiated.'
96
92
  },
97
93
  INITALIZE_TIMEOUT: {
98
94
  code: 'INITALIZE_TIMEOUT',
99
95
  API: {
100
96
  code: 'INITALIZE_API_TIMEOUT',
101
- message: 'The request is abnormal and the transaction cannot be initiated.'
97
+ message: 'An error occurred. The transaction cannot be initiated.'
102
98
  },
103
99
  WEB: {
104
100
  code: 'INITALIZE_WEB_TIMEOUT',
105
- message: 'The request is abnormal and the transaction cannot be initiated.'
101
+ message: 'An error occurred; the transaction cannot be initiated.'
106
102
  }
107
103
  },
108
104
  ERR_DATA_STRUCT_UNRECOGNIZED: {
109
105
  code: 'ERR_DATA_STRUCT_UNRECOGNIZED',
110
- message: 'The request is abnormal and the transaction cannot be initiated.'
106
+ message: 'An error occurred. The transaction cannot be initiated.'
111
107
  },
112
108
  /**
113
109
  @deprecated 已废弃 请使用SDK_LAUNCH_PAYMENT_APP_ERROR
@@ -329,7 +325,7 @@ export var PROMISE_CALLBACK_CODE = {
329
325
  },
330
326
  UNKNOWN_EXCEPTION: {
331
327
  code: 'UNKNOWN_EXCEPTION',
332
- message: 'Unknown anomaly. Please check the payment status and contact the merchant.'
328
+ message: 'Unknown exception. Please check the payment status and contact the merchant.'
333
329
  },
334
330
  REPEAT_REQ_REJECT: {
335
331
  code: 'REPEAT_REQ_REJECT',
@@ -337,10 +333,10 @@ export var PROMISE_CALLBACK_CODE = {
337
333
  },
338
334
  PROCESS_FAIL: {
339
335
  code: 'PROCESS_FAIL',
340
- message: 'The order status is abnormal. Please check the payment status and contact the merchant.'
336
+ message: 'Unknown exception. Please check the payment status and contact the merchant.'
341
337
  },
342
338
  INQUIRY_PAYMENT_SESSION_FAILED: {
343
339
  code: 'INQUIRY_PAYMENT_SESSION_FAILED',
344
- message: 'Unknown anomaly. Please check the payment status and contact the merchant.'
340
+ message: 'The order status is abnormal. Please check the payment status and contact the merchant.'
345
341
  }
346
342
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1757298389-dev.19",
3
+ "version": "0.0.1757298389-dev.20",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",