@alipay/ams-checkout
Advanced tools
Comparing version 0.0.1726046231-dev.12 to 0.0.1726046231-dev.13
@@ -312,3 +312,4 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); } | ||
value: function createElement() { | ||
var _this2 = this; | ||
var _parseData$paymentSes, | ||
_this2 = this; | ||
var _parseSessionData = parseSessionData(this._options.sessionData), | ||
@@ -323,3 +324,3 @@ _parseSessionData2 = _slicedToArray(_parseSessionData, 2), | ||
this.elementContainer.init({}, ProductSceneEnum.ELEMENT_PAYMENT); | ||
this.isConnect = parseData.connectFactor.enableConnect; | ||
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; | ||
this.elementContainer.startBizFlow({ | ||
@@ -326,0 +327,0 @@ paymentSession: this._options.sessionData |
{ | ||
"name": "@alipay/ams-checkout", | ||
"version": "0.0.1726046231-dev.12", | ||
"version": "0.0.1726046231-dev.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3389275
21030