@getmicdrop/venue-calendar 4.2.13 → 4.2.15
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/{Checkout-CQr6zKSh.js → Checkout-B36Tx1N3.js} +9 -3
- package/dist/{Checkout-CYTsIOBV.js → Checkout-C7S--vSV.js} +236 -236
- package/dist/venue-calendar.es.js +4 -4
- package/dist/venue-calendar.iife.js +11 -11
- package/dist/venue-calendar.umd.js +34 -34
- package/package.json +1 -1
- /package/dist/locales/{4.2.13 → 4.2.15}/flow/de.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/flow/es.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/flow/fr.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/flow/id.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/flow/it.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/flow/ja.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/flow/ko.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/flow/nl.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/flow/pl.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/flow/pt-br.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/flow/tr.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/flow/zh.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/main/de.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/main/es.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/main/fr.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/main/id.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/main/it.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/main/ja.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/main/ko.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/main/nl.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/main/pl.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/main/pt-br.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/main/tr.js +0 -0
- /package/dist/locales/{4.2.13 → 4.2.15}/main/zh.js +0 -0
|
@@ -13,7 +13,7 @@ import { t as re } from "./event-transform-DUqXNcXz.js";
|
|
|
13
13
|
import { a as ie, f as ae, p as oe, r as M, u as se } from "./utils-CcxQIxOO.js";
|
|
14
14
|
import { a as N, n as ce } from "./promo-DtLZRskK.js";
|
|
15
15
|
import { r as le } from "./order-totals-DptlFbmv.js";
|
|
16
|
-
import ue, { n as P, t as de } from "./Checkout-
|
|
16
|
+
import ue, { n as P, t as de } from "./Checkout-C7S--vSV.js";
|
|
17
17
|
import { n as fe } from "./buyerEmail-BfCq-gDt.js";
|
|
18
18
|
import "svelte/internal/disclose-version";
|
|
19
19
|
import * as F from "svelte/internal/client";
|
|
@@ -674,11 +674,17 @@ function Pe(e, t) {
|
|
|
674
674
|
return;
|
|
675
675
|
}
|
|
676
676
|
if (!F.get(B)) {
|
|
677
|
-
F.set(V, {
|
|
677
|
+
F.set(V, {
|
|
678
|
+
message: u().paymentFormNotReady || "Payment form is not ready. Please wait a moment and try again",
|
|
679
|
+
blocking: !0
|
|
680
|
+
}, !0), F.set(j, !1);
|
|
678
681
|
return;
|
|
679
682
|
}
|
|
680
683
|
if (!F.get(R)) {
|
|
681
|
-
F.set(V, {
|
|
684
|
+
F.set(V, {
|
|
685
|
+
message: u().paymentSystemNotInitialized || "Payment system is not initialized. Please refresh the page",
|
|
686
|
+
blocking: !0
|
|
687
|
+
}, !0), F.set(j, !1);
|
|
682
688
|
return;
|
|
683
689
|
}
|
|
684
690
|
let { error: n } = await F.get(B).submit();
|