@wix/auto_sdk_ecom_checkout 1.0.144 → 1.0.146

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.
@@ -1598,6 +1598,7 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
1598
1598
  return NameInLineItem2;
1599
1599
  })(NameInLineItem || {});
1600
1600
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
1601
+ SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
1601
1602
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
1602
1603
  return SuggestedFix2;
1603
1604
  })(SuggestedFix || {});
@@ -2278,7 +2279,8 @@ async function createOrderAndCharge2(_id, options) {
2278
2279
  id: _id,
2279
2280
  paymentToken: options?.paymentToken,
2280
2281
  savePaymentMethod: options?.savePaymentMethod,
2281
- delayCapture: options?.delayCapture
2282
+ delayCapture: options?.delayCapture,
2283
+ inAppPurchase: options?.inAppPurchase
2282
2284
  });
2283
2285
  const reqOpts = createOrderAndCharge(payload);
2284
2286
  sideEffects?.onSiteCall?.();
@@ -2295,7 +2297,8 @@ async function createOrderAndCharge2(_id, options) {
2295
2297
  id: "$[0]",
2296
2298
  paymentToken: "$[1].paymentToken",
2297
2299
  savePaymentMethod: "$[1].savePaymentMethod",
2298
- delayCapture: "$[1].delayCapture"
2300
+ delayCapture: "$[1].delayCapture",
2301
+ inAppPurchase: "$[1].inAppPurchase"
2299
2302
  },
2300
2303
  singleArgumentUnchanged: false
2301
2304
  },