@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.
@@ -1527,6 +1527,7 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
1527
1527
  return NameInLineItem2;
1528
1528
  })(NameInLineItem || {});
1529
1529
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
1530
+ SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
1530
1531
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
1531
1532
  return SuggestedFix2;
1532
1533
  })(SuggestedFix || {});
@@ -2207,7 +2208,8 @@ async function createOrderAndCharge2(_id, options) {
2207
2208
  id: _id,
2208
2209
  paymentToken: options?.paymentToken,
2209
2210
  savePaymentMethod: options?.savePaymentMethod,
2210
- delayCapture: options?.delayCapture
2211
+ delayCapture: options?.delayCapture,
2212
+ inAppPurchase: options?.inAppPurchase
2211
2213
  });
2212
2214
  const reqOpts = createOrderAndCharge(payload);
2213
2215
  sideEffects?.onSiteCall?.();
@@ -2224,7 +2226,8 @@ async function createOrderAndCharge2(_id, options) {
2224
2226
  id: "$[0]",
2225
2227
  paymentToken: "$[1].paymentToken",
2226
2228
  savePaymentMethod: "$[1].savePaymentMethod",
2227
- delayCapture: "$[1].delayCapture"
2229
+ delayCapture: "$[1].delayCapture",
2230
+ inAppPurchase: "$[1].inAppPurchase"
2228
2231
  },
2229
2232
  singleArgumentUnchanged: false
2230
2233
  },