@alipay/ams-checkout 0.0.1744283958-dev.13 → 0.0.1744283958-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.
@@ -45,7 +45,7 @@ var AddressProcessor = /*#__PURE__*/function (_BaseElementProcessor) {
45
45
  },
46
46
  appearance: (_this$elementContaine2 = this.elementContainer.getPaymentContext()) === null || _this$elementContaine2 === void 0 ? void 0 : _this$elementContaine2.displayInfo.appearance,
47
47
  sessionResult: (_this$elementContaine3 = this.elementContainer.getPaymentContext()) === null || _this$elementContaine3 === void 0 ? void 0 : _this$elementContaine3.paymentSessionObj,
48
- prefillValue: (extraParam === null || extraParam === void 0 || (_extraParam$originOne = extraParam.originOneAccountQueryResult) === null || _extraParam$originOne === void 0 ? void 0 : _extraParam$originOne.shippings) || []
48
+ prefillValue: extraParam !== null && extraParam !== void 0 && extraParam.originOneAccountQueryResult ? extraParam === null || extraParam === void 0 || (_extraParam$originOne = extraParam.originOneAccountQueryResult) === null || _extraParam$originOne === void 0 ? void 0 : _extraParam$originOne.shippings : extraParam.prefillValue
49
49
  },
50
50
  target: 'ADDRESS_ELEMENT'
51
51
  }
@@ -73,7 +73,8 @@ var PaymentProcessor = /*#__PURE__*/function (_BaseElementProcessor) {
73
73
  appearance: paymentContext === null || paymentContext === void 0 ? void 0 : paymentContext.displayInfo.appearance,
74
74
  sessionResult: paymentContext === null || paymentContext === void 0 ? void 0 : paymentContext.paymentSessionObj,
75
75
  notRedirectAfterComplete: (extraParam === null || extraParam === void 0 ? void 0 : extraParam.notRedirectAfterComplete) === true,
76
- merchantAppointParam: extraParam === null || extraParam === void 0 ? void 0 : extraParam.merchantAppointParam
76
+ merchantAppointParam: extraParam === null || extraParam === void 0 ? void 0 : extraParam.merchantAppointParam,
77
+ originOneAccountQueryResult: extraParam === null || extraParam === void 0 ? void 0 : extraParam.originOneAccountQueryResult
77
78
  }
78
79
  });
79
80
  }
@@ -89,7 +89,9 @@ _defineProperty(LogComplianceExtendKeys, "complianceExtParams", {
89
89
  // M 数字类型
90
90
  timeCost: 'M',
91
91
  pageLoadProgress: 'M',
92
- fsDuration: 'M'
92
+ fsDuration: 'M',
93
+ // 由于部分logerror参数是msg
94
+ msg: 'C'
93
95
  });
94
96
  export var KEYS = {
95
97
  EVENT_SDK_ON_ABNORMAL_EVENT_NAME: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1744283958-dev.13",
3
+ "version": "0.0.1744283958-dev.14",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",