@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.
@@ -2198,7 +2198,8 @@ async function createOrderAndCharge2(_id, options) {
2198
2198
  id: _id,
2199
2199
  paymentToken: options?.paymentToken,
2200
2200
  savePaymentMethod: options?.savePaymentMethod,
2201
- delayCapture: options?.delayCapture
2201
+ delayCapture: options?.delayCapture,
2202
+ inAppPurchase: options?.inAppPurchase
2202
2203
  });
2203
2204
  const reqOpts = createOrderAndCharge(payload);
2204
2205
  sideEffects?.onSiteCall?.();
@@ -2215,7 +2216,8 @@ async function createOrderAndCharge2(_id, options) {
2215
2216
  id: "$[0]",
2216
2217
  paymentToken: "$[1].paymentToken",
2217
2218
  savePaymentMethod: "$[1].savePaymentMethod",
2218
- delayCapture: "$[1].delayCapture"
2219
+ delayCapture: "$[1].delayCapture",
2220
+ inAppPurchase: "$[1].inAppPurchase"
2219
2221
  },
2220
2222
  singleArgumentUnchanged: false
2221
2223
  },