@alipay/ams-checkout 0.0.1781004142-dev.13 → 0.0.1781004142-dev.14
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.
|
@@ -212,7 +212,6 @@ export var ApplePaySdk = /*#__PURE__*/function () {
|
|
|
212
212
|
try {
|
|
213
213
|
if (!_this.session) return;
|
|
214
214
|
_this.paymentStatus = PAYMENT_STATUS.PENDING;
|
|
215
|
-
_this.session.begin();
|
|
216
215
|
_this.session.onvalidatemerchant = /*#__PURE__*/function () {
|
|
217
216
|
var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(event) {
|
|
218
217
|
var requestParams, res, merchantSession, _this$logger, _this$logger2;
|