@getmicdrop/venue-calendar 3.7.1 → 3.7.2
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.
|
@@ -30190,11 +30190,12 @@ function F9(a, e) {
|
|
|
30190
30190
|
tickets: t.get(v).availableTickets
|
|
30191
30191
|
});
|
|
30192
30192
|
try {
|
|
30193
|
-
|
|
30193
|
+
const d1 = await C8({
|
|
30194
30194
|
eventID: t.get(v).eventID,
|
|
30195
30195
|
quantities: t.get(H),
|
|
30196
30196
|
promoCode: t.get(M) || void 0
|
|
30197
|
-
})
|
|
30197
|
+
});
|
|
30198
|
+
if (!d1 || !d1.success) {
|
|
30198
30199
|
t.set(c, !1), t.set(I, "cart_failed"), t.set(x, !0);
|
|
30199
30200
|
return;
|
|
30200
30201
|
}
|