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("http://localhost:3155/api/legacy/shop/events/".concat(eventId, "/").concat(eventVenueId, "/showings/").concat(showingId, "/tickets/allocated/").concat(areaId),
493
- // `${apiUrl}${promoCode ? `?promo=${promoCode}` : ""}`,
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)
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.7.2",
5
+ "version": "1.7.3",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "iticket",