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
|
@@ -983,7 +983,7 @@ var ErrorFocusInternal = /*#__PURE__*/function (_Component) {
|
|
|
983
983
|
var ErrorFocus = /*#__PURE__*/connect(ErrorFocusInternal);
|
|
984
984
|
|
|
985
985
|
var isWindowDefined = typeof window !== 'undefined';
|
|
986
|
-
var discardedOrigins = ['http://localhost', 'gtsb.io', 'gatsbyjs.io'];
|
|
986
|
+
var discardedOrigins = ['http://localhost', 'gtsb.io', 'gatsbyjs.io', 'https://www.houseofx.nyc', 'https://tickets-staging.houseofx.nyc'];
|
|
987
987
|
var origin = isWindowDefined && window.location.origin;
|
|
988
988
|
var ttfHeaders = {
|
|
989
989
|
Accept: 'application/vnd.api+json',
|