iticket-seatingplan-dev 0.0.2 → 0.0.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.
@@ -154,10 +154,10 @@ const SeatingPlan = _ref => {
154
154
  };
155
155
  (0, _react.useEffect)(() => {
156
156
  if (!position && !error) {
157
- fetch("https://ecommerce-main-7edd4c0.zuplo.app/ecommerce/v1/events/".concat(eventId, "/showings/").concat(showingUid, "/seats?priceage=").concat(priceAgeId), {
157
+ fetch("https://ecommerce-main-f0c3c0b.d2.zuplo.dev/ecommerce/v1/events/".concat(eventId, "/showings/").concat(showingUid, "/seats?priceage=").concat(priceAgeId), {
158
158
  headers: {
159
159
  'session-id': sessionId,
160
- 'Authorization': "Bearer ".concat(apiKey)
160
+ Authorization: "Bearer ".concat(apiKey)
161
161
  }
162
162
  }).then(response => response.json() || null).then(data => {
163
163
  const img = new Image();
@@ -359,7 +359,7 @@ const SeatingPlan = _ref => {
359
359
  repeatCount: "indefinite"
360
360
  })))), /*#__PURE__*/_react.default.createElement("div", {
361
361
  style: {
362
- 'marginTop': '2rem'
362
+ marginTop: '2rem'
363
363
  }
364
364
  }, "Initialising seating plan...")));
365
365
  };
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": "0.0.2",
5
+ "version": "0.0.3",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "iticket",