swell-js 3.22.2 → 3.22.3

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.
@@ -11820,6 +11820,7 @@
11820
11820
  if (redirect_status !== "succeeded") {
11821
11821
  throw new UnableAuthenticatePaymentMethodError();
11822
11822
  }
11823
+ await this.loadScripts(this.scripts);
11823
11824
  const { paymentIntent, error } = await this.stripe.retrievePaymentIntent(
11824
11825
  payment_intent_client_secret
11825
11826
  );
@@ -14067,7 +14068,7 @@
14067
14068
  previewContent: null
14068
14069
  };
14069
14070
  const api = {
14070
- version: "3.22.2",
14071
+ version: "3.22.3",
14071
14072
  options,
14072
14073
  request,
14073
14074
  init(store, key, opt = {}) {