@alipay/ams-checkout 0.0.1726046231-dev.13 → 0.0.1726046231-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.
@@ -320,7 +320,7 @@ export var ElementComponent = /*#__PURE__*/function () {
320
320
  this.elementContainer = new AntomSDKCore();
321
321
  this.elementContainer.registerProcessor(ProductSceneEnum.ELEMENT_PAYMENT, '', new ElementProcessor());
322
322
  this.elementContainer.init({}, ProductSceneEnum.ELEMENT_PAYMENT);
323
- this.isConnect = parseData.connectFactor.enableConnect && (parseData === null || parseData === void 0 || (_parseData$paymentSes = parseData.paymentSessionConfig) === null || _parseData$paymentSes === void 0 ? void 0 : _parseData$paymentSes.productScene) === window.ProductSceneEnum.ELEMENT_PAYMENT;
323
+ this.isConnect = parseData.connectFactor.enableConnect && (parseData === null || parseData === void 0 || (_parseData$paymentSes = parseData.paymentSessionConfig) === null || _parseData$paymentSes === void 0 ? void 0 : _parseData$paymentSes.productScene) === ProductSceneEnum.ELEMENT_PAYMENT;
324
324
  this.elementContainer.startBizFlow({
325
325
  paymentSession: this._options.sessionData
326
326
  }).then(function (res) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1726046231-dev.13",
3
+ "version": "0.0.1726046231-dev.14",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",