tf-checkout-react 1.0.60 → 1.0.61

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/dist/env.d.ts CHANGED
@@ -1,11 +1,11 @@
1
- export declare const ENV: {
1
+ export declare const ENV_TEST: {
2
2
  EVENT_ID: number;
3
3
  BASE_URL: string;
4
4
  CLIENT_ID: string;
5
5
  CLIENT_SECRET: string;
6
6
  STRIPE_PUBLISHABLE_KEY: string;
7
7
  };
8
- export declare const ENV_PROD: {
8
+ export declare const ENV: {
9
9
  EVENT_ID: number;
10
10
  BASE_URL: string;
11
11
  CLIENT_ID: string;
@@ -915,13 +915,14 @@ var emailValidator = function emailValidator(email) {
915
915
  };
916
916
 
917
917
  // preview1
918
+
918
919
  var ENV = {
919
- EVENT_ID: 3483,
920
- BASE_URL: 'https://preview1.ttf.fluxtech.me/api',
921
- CLIENT_ID: '4792a61f2fcb49197ab4c2d2f44df570',
920
+ EVENT_ID: 9766,
921
+ BASE_URL: 'https://www.ticketfairy.com/api',
922
+ CLIENT_ID: 'e9d8f8922797b4621e562255afe90dbf',
922
923
  CLIENT_SECRET: 'b89c191eff22fdcf84ac9bfd88d005355a151ec2c83b26b9',
923
- STRIPE_PUBLISHABLE_KEY: 'pk_test_51H4BkOGqveRD6EShliLrT9vd7mPOBPvQSuqmvc3wIinDqxWsCLeS2N7HonPPn6MhjU35ayYy5v4I6MLlD4jNWrd000NSgAF6UL'
924
- }; // prod
924
+ STRIPE_PUBLISHABLE_KEY: 'pk_live_51JucaXAnOd2Grid07FqHOkqcoh90bbCYL5bG7OuyM5RtzUoolrFcHroCWici0G9w0YpqO7qsGz6WP7K6HHYw1yhz00cm7fj5n5'
925
+ };
925
926
 
926
927
  var isWindowDefined = typeof window !== 'undefined';
927
928
  var ttfHeaders = {