tf-checkout-react 1.0.70 → 1.0.71
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/tf-checkout-react.cjs.development.js +1 -1
- package/dist/tf-checkout-react.cjs.development.js.map +1 -1
- package/dist/tf-checkout-react.cjs.production.min.js +1 -1
- package/dist/tf-checkout-react.cjs.production.min.js.map +1 -1
- package/dist/tf-checkout-react.esm.js +1 -1
- package/dist/tf-checkout-react.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/api/index.ts +7 -3
|
@@ -990,7 +990,7 @@ var ErrorFocusInternal = /*#__PURE__*/function (_Component) {
|
|
|
990
990
|
var ErrorFocus = /*#__PURE__*/formik.connect(ErrorFocusInternal);
|
|
991
991
|
|
|
992
992
|
var isWindowDefined = typeof window !== 'undefined';
|
|
993
|
-
var discardedOrigins = ['http://localhost', 'gtsb.io', 'gatsbyjs.io'];
|
|
993
|
+
var discardedOrigins = ['http://localhost', 'gtsb.io', 'gatsbyjs.io', 'https://www.houseofx.nyc', 'https://tickets-staging.houseofx.nyc'];
|
|
994
994
|
var origin = isWindowDefined && window.location.origin;
|
|
995
995
|
var ttfHeaders = {
|
|
996
996
|
Accept: 'application/vnd.api+json',
|