@alipay/ams-checkout 0.0.1710212811-dev.5 → 0.0.1710212811-dev.6
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.
@@ -360,9 +360,12 @@ var ApplePayComponent = /*#__PURE__*/function (_CoreInstance) {
|
|
360
360
|
};
|
361
361
|
// set Apple Pay params
|
362
362
|
this._applePayService.setApplePayParams(getMerchantSession, completePaymentAuthorized, completeApplePay, logError, applePayTrace);
|
363
|
-
|
364
363
|
// init Apple Pay service
|
365
|
-
|
364
|
+
try {
|
365
|
+
this._applePayService.startPay(this._parseData);
|
366
|
+
} catch (error) {
|
367
|
+
logError("appple runtime excepiton", error);
|
368
|
+
}
|
366
369
|
}
|
367
370
|
}]);
|
368
371
|
return ApplePayComponent;
|