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.
- package/dist/api-73c0aac4.js +207 -0
- package/dist/api.js +2 -2
- package/dist/index-ffb531dc.js +3446 -0
- package/dist/index.js +2 -2
- package/dist/payment.js +1 -1
- package/dist/swell.cjs.js +3 -1
- package/dist/swell.cjs.js.map +1 -1
- package/dist/swell.umd.min.js +2 -1
- package/dist/swell.umd.min.js.map +1 -1
- package/package.json +1 -1
package/dist/swell.umd.min.js
CHANGED
|
@@ -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.
|
|
14071
|
+
version: "3.22.3",
|
|
14071
14072
|
options,
|
|
14072
14073
|
request,
|
|
14073
14074
|
init(store, key, opt = {}) {
|