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("http://localhost:3155/api/legacy/shop/events/".concat(eventId, "/").concat(eventVenueId, "/showings/").concat(showingId, "/tickets/allocated/").concat(areaId),
480
- // `${apiUrl}${promoCode ? `?promo=${promoCode}` : ""}`,
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)
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "iticket-seatingplan-dev",
3
3
  "description": "Seating plan with FLEXi pricing",
4
4
  "author": "gedwyne",
5
- "version": "1.6.8",
5
+ "version": "1.6.9",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "iticket",