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/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { a as default } from './api-
|
|
1
|
+
export { a as default } from './api-73c0aac4.js';
|
|
2
2
|
import './card-4257bc68.js';
|
|
3
3
|
import './index-ca9cb73c.js';
|
|
4
4
|
import 'qs';
|
|
@@ -14,6 +14,6 @@ import './categories-b1d04223.js';
|
|
|
14
14
|
import './subscriptions-f077cac6.js';
|
|
15
15
|
import './content-c366a9f8.js';
|
|
16
16
|
import './settings-34395c72.js';
|
|
17
|
-
import './index-
|
|
17
|
+
import './index-ffb531dc.js';
|
|
18
18
|
import './locale-62622809.js';
|
|
19
19
|
import './currency-004374be.js';
|
package/dist/payment.js
CHANGED
package/dist/swell.cjs.js
CHANGED
|
@@ -7339,6 +7339,8 @@ class StripeKlarnaPayment extends Payment {
|
|
|
7339
7339
|
throw new UnableAuthenticatePaymentMethodError();
|
|
7340
7340
|
}
|
|
7341
7341
|
|
|
7342
|
+
await this.loadScripts(this.scripts);
|
|
7343
|
+
|
|
7342
7344
|
const { paymentIntent, error } = await this.stripe.retrievePaymentIntent(
|
|
7343
7345
|
payment_intent_client_secret,
|
|
7344
7346
|
);
|
|
@@ -9867,7 +9869,7 @@ const options = {
|
|
|
9867
9869
|
};
|
|
9868
9870
|
|
|
9869
9871
|
const api = {
|
|
9870
|
-
version: '3.22.
|
|
9872
|
+
version: '3.22.3',
|
|
9871
9873
|
options,
|
|
9872
9874
|
request,
|
|
9873
9875
|
|