tf-checkout-react 1.0.64 → 1.0.65

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;
@@ -924,13 +924,14 @@ var emailValidator = function emailValidator(email) {
924
924
  };
925
925
 
926
926
  // preview1
927
+
927
928
  var ENV = {
928
- EVENT_ID: 3483,
929
- BASE_URL: 'https://preview1.ttf.fluxtech.me/api',
930
- CLIENT_ID: '4792a61f2fcb49197ab4c2d2f44df570',
929
+ EVENT_ID: 9766,
930
+ BASE_URL: 'https://www.ticketfairy.com/api',
931
+ CLIENT_ID: 'e9d8f8922797b4621e562255afe90dbf',
931
932
  CLIENT_SECRET: 'b89c191eff22fdcf84ac9bfd88d005355a151ec2c83b26b9',
932
- STRIPE_PUBLISHABLE_KEY: 'pk_test_51H4BkOGqveRD6EShliLrT9vd7mPOBPvQSuqmvc3wIinDqxWsCLeS2N7HonPPn6MhjU35ayYy5v4I6MLlD4jNWrd000NSgAF6UL'
933
- }; // prod
933
+ STRIPE_PUBLISHABLE_KEY: 'pk_live_51JucaXAnOd2Grid07FqHOkqcoh90bbCYL5bG7OuyM5RtzUoolrFcHroCWici0G9w0YpqO7qsGz6WP7K6HHYw1yhz00cm7fj5n5'
934
+ };
934
935
 
935
936
  var isWindowDefined = typeof window !== 'undefined';
936
937
  var ttfHeaders = {