@alipay/ams-checkout 0.0.1730107332-dev.11 → 0.0.1730107332-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.
@@ -409,7 +409,7 @@ export var EasySafePayProcessor = /*#__PURE__*/function () {
409
409
  _context4.prev = 0;
410
410
  productSceneVersion = this.paymentContext.paymentSessionObj.paymentSessionConfig.productSceneVersion;
411
411
  nonCompliant = (_this$paymentContext$4 = this.paymentContext.paymentSessionObj.action) === null || _this$paymentContext$4 === void 0 ? void 0 : _this$paymentContext$4.nonCompliant;
412
- nonInitSecuritySDK = (_this$paymentContext$5 = this.paymentContext.paymentSessionObj.action) === null || _this$paymentContext$5 === void 0 ? void 0 : _this$paymentContext$5.nonCompliant;
412
+ nonInitSecuritySDK = (_this$paymentContext$5 = this.paymentContext.paymentSessionObj.action) === null || _this$paymentContext$5 === void 0 ? void 0 : _this$paymentContext$5.nonInitSecuritySDK;
413
413
  isFirstTimeToPay = !this.paymentContext.paymentSessionObj.action.autoDebitWithToken;
414
414
  if (!nonInitSecuritySDK) {
415
415
  _context4.next = 8;
@@ -213,7 +213,7 @@ export interface PaymentSessionActionData {
213
213
  skipSdkQuery: boolean;
214
214
  requireFastSdk: boolean;
215
215
  nonCompliant?: boolean;
216
- nonInitSecuritySdk?: boolean;
216
+ nonInitSecuritySDK?: boolean;
217
217
  skipSdkQueryForm?: {
218
218
  value: boolean;
219
219
  version: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipay/ams-checkout",
3
- "version": "0.0.1730107332-dev.11",
3
+ "version": "0.0.1730107332-dev.14",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "main": "esm/index.js",