tf-checkout-react 1.0.40 → 1.0.41

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.40",
2
+ "version": "1.0.41",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
package/src/env.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  // preview1
2
- export const ENV = {
2
+ export const ENV_TEST = {
3
3
  EVENT_ID: 3483,
4
4
  BASE_URL: 'https://preview1.ttf.fluxtech.me/api',
5
5
  CLIENT_ID: '4792a61f2fcb49197ab4c2d2f44df570',
@@ -9,7 +9,7 @@ export const ENV = {
9
9
  }
10
10
 
11
11
  // prod
12
- export const ENV_PROD = {
12
+ export const ENV = {
13
13
  EVENT_ID: 9766,
14
14
  BASE_URL: 'https://www.ticketfairy.com/api',
15
15
  CLIENT_ID: 'e9d8f8922797b4621e562255afe90dbf',