tf-checkout-react 1.3.39-beta.1 → 1.3.39-beta.2
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/components/confirmationContainer/index.tsx +1 -1
|
@@ -5057,7 +5057,7 @@ var ConfirmationContainer = function ConfirmationContainer(_ref) {
|
|
|
5057
5057
|
confirmationMain = _confirmationLabels$c2 === void 0 ? 'Your tickets are available in My Tickets section' : _confirmationLabels$c2,
|
|
5058
5058
|
_confirmationLabels$c3 = confirmationLabels.confirmationHelper,
|
|
5059
5059
|
confirmationHelper = _confirmationLabels$c3 === void 0 ? 'Please bring them with you to the event' : _confirmationLabels$c3;
|
|
5060
|
-
usePixel('conversionPixels', data.product_id);
|
|
5060
|
+
usePixel('conversionPixels', data == null ? void 0 : data.product_id);
|
|
5061
5061
|
return React__default.createElement("div", {
|
|
5062
5062
|
className: "confirmation-page"
|
|
5063
5063
|
}, data && React__default.createElement(React__default.Fragment, null, React__default.createElement("div", {
|