@alipay/ams-checkout 0.0.1755681537-dev.0 → 0.0.1756796178-dev.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.
@@ -447,6 +447,7 @@ var ComponentApp = /*#__PURE__*/function () {
447
447
  }, loadTimeLimit !== null && loadTimeLimit !== void 0 ? loadTimeLimit : LOADTIME_LIMIT);
448
448
  }).catch(function (error) {
449
449
  _this4.dispatchToSDK(EVENT.error.name, ERRORMESSAGE.CREATECOMPONENT_ERROR.LOAD_APP_TIMEOUT);
450
+ _this4.dispatchToSDK(EVENT.eventCallback.name, ERRORMESSAGE.CREATECOMPONENT_ERROR.LOAD_APP_TIMEOUT);
450
451
  _this4.AMSSDK.logger.logError({
451
452
  title: 'sdk_error_web_app_timeout'
452
453
  }).send();
@@ -805,7 +806,7 @@ var ComponentApp = /*#__PURE__*/function () {
805
806
  paymentSessionConfig: JSON.stringify(params.paymentSessionConfig)
806
807
  }).send();
807
808
  resolve(res);
808
- }).catch(function (err) {
809
+ }).catch(function () {
809
810
  _this6.AMSSDK.logger.logError({
810
811
  title: 'sdk_event_submitPay_failed'
811
812
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1755681537-dev.0",
3
+ "version": "0.0.1756796178-dev.0",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",