iticket-seatingplan-dev 1.6.8 → 1.6.9
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.
|
@@ -476,9 +476,8 @@ const SeatingPlan = _ref => {
|
|
|
476
476
|
setIsReloading(true);
|
|
477
477
|
}
|
|
478
478
|
setInitialiseMessage("Initialising seating plan...");
|
|
479
|
-
fetch(
|
|
480
|
-
|
|
481
|
-
{
|
|
479
|
+
fetch(// `http://localhost:3155/api/legacy/shop/events/${eventId}/${eventVenueId}/showings/${showingId}/tickets/allocated/${areaId}`,
|
|
480
|
+
"".concat(apiUrl).concat(promoCode ? "?promo=".concat(promoCode) : ""), {
|
|
482
481
|
headers: {
|
|
483
482
|
"basket-key": sessionId,
|
|
484
483
|
Authorization: "Bearer ".concat(apiKey)
|