@alipay/ams-checkout 0.0.1710212811-dev.29 → 0.0.1710212811-dev.30

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.
@@ -146,11 +146,6 @@ var ApplePayService = /*#__PURE__*/function () {
146
146
  _this.session.onpaymentauthorized = _this.onpaymentauthorized;
147
147
  _this.session.oncancel = function () {
148
148
  _this.logError('UserCancel');
149
- try {
150
- _this.session.abort();
151
- } catch (error) {
152
- console.log("session.abort() error");
153
- }
154
149
  };
155
150
  _this.session.begin();
156
151
  _this.applePayTrace('sessionBegin');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1710212811-dev.29",
3
+ "version": "0.0.1710212811-dev.30",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",