iticket-seatingplan-dev 1.7.2 → 1.7.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.
|
@@ -489,9 +489,8 @@ const SeatingPlan = _ref => {
|
|
|
489
489
|
}
|
|
490
490
|
setInitialiseMessage("Initialising seating plan...");
|
|
491
491
|
try {
|
|
492
|
-
const response = await fetch(
|
|
493
|
-
|
|
494
|
-
{
|
|
492
|
+
const response = await fetch(// `http://localhost:3155/api/legacy/shop/events/${eventId}/${eventVenueId}/showings/${showingId}/tickets/allocated/${areaId}`,
|
|
493
|
+
"".concat(apiUrl).concat(promoCode ? "?promo=".concat(promoCode) : ""), {
|
|
495
494
|
headers: {
|
|
496
495
|
"basket-key": sessionId,
|
|
497
496
|
Authorization: "Bearer ".concat(apiKey)
|