@alipay/ams-checkout 0.0.1756796178-dev.0 → 0.0.1756796178-dev.1

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.
@@ -806,7 +806,7 @@ var ComponentApp = /*#__PURE__*/function () {
806
806
  paymentSessionConfig: JSON.stringify(params.paymentSessionConfig)
807
807
  }).send();
808
808
  resolve(res);
809
- }).catch(function () {
809
+ }).catch(function (err) {
810
810
  _this6.AMSSDK.logger.logError({
811
811
  title: 'sdk_event_submitPay_failed'
812
812
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1756796178-dev.0",
3
+ "version": "0.0.1756796178-dev.1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",