@alipay/ams-checkout 0.0.1708315090-dev.5 → 0.0.1708315090-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.
@@ -162,7 +162,7 @@ export var AMSComponent = /*#__PURE__*/function (_CoreInstance) {
162
162
  productSceneVersion = _ref2$paymentSessionM4 === void 0 ? '' : _ref2$paymentSessionM4;
163
163
  var channelType = "".concat(productScene, "_").concat(paymentMethodCategoryType);
164
164
  if (productScene && paymentMethodCategoryType && productSceneVersion) {
165
- if (this.channelType.includes(channelType) && this.productSceneVersion === productSceneVersion) {
165
+ if (Array.isArray(this.channelType) && this.channelType.includes(channelType) && this.productSceneVersion === productSceneVersion) {
166
166
  this.logger.logInfo({
167
167
  title: 'preload_match'
168
168
  }, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1708315090-dev.5",
3
+ "version": "0.0.1708315090-dev.6",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",