@wix/auto_sdk_ecom_checkout 1.0.145 → 1.0.147

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.
@@ -2208,7 +2208,8 @@ async function createOrderAndCharge2(_id, options) {
2208
2208
  id: _id,
2209
2209
  paymentToken: options?.paymentToken,
2210
2210
  savePaymentMethod: options?.savePaymentMethod,
2211
- delayCapture: options?.delayCapture
2211
+ delayCapture: options?.delayCapture,
2212
+ inAppPurchase: options?.inAppPurchase
2212
2213
  });
2213
2214
  const reqOpts = createOrderAndCharge(payload);
2214
2215
  sideEffects?.onSiteCall?.();
@@ -2225,7 +2226,8 @@ async function createOrderAndCharge2(_id, options) {
2225
2226
  id: "$[0]",
2226
2227
  paymentToken: "$[1].paymentToken",
2227
2228
  savePaymentMethod: "$[1].savePaymentMethod",
2228
- delayCapture: "$[1].delayCapture"
2229
+ delayCapture: "$[1].delayCapture",
2230
+ inAppPurchase: "$[1].inAppPurchase"
2229
2231
  },
2230
2232
  singleArgumentUnchanged: false
2231
2233
  },