tf-checkout-react 1.3.4 → 1.3.6
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 +8 -2
- 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 +8 -2
- package/dist/tf-checkout-react.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/confirmationContainer/index.tsx +7 -0
- package/src/components/ticketsContainer/index.tsx +1 -1
- package/src/.DS_Store +0 -0
- package/src/components/.DS_Store +0 -0
- package/src/components/common/dist/PhoneNumberField.js +0 -96
|
@@ -4735,7 +4735,10 @@ var ConfirmationContainer = function ConfirmationContainer(_ref) {
|
|
|
4735
4735
|
className: "main"
|
|
4736
4736
|
}, confirmationMain), React__default.createElement("span", {
|
|
4737
4737
|
className: "helper"
|
|
4738
|
-
}, data.attach_tickets ? 'Please bring them with you to the event' : confirmationHelper)))), data.
|
|
4738
|
+
}, data.attach_tickets ? 'Please bring them with you to the event' : confirmationHelper)))), data.custom_confirmation_page_text ? React__default.createElement("div", {
|
|
4739
|
+
className: 'custom-confirmation-page-text',
|
|
4740
|
+
dangerouslySetInnerHTML: createMarkup(data.custom_confirmation_page_text)
|
|
4741
|
+
}) : null, data.disable_referral === false && isReferralEnabled && React__default.createElement(React__default.Fragment, null, React__default.createElement("div", {
|
|
4739
4742
|
className: "referral_text_image_section"
|
|
4740
4743
|
}, React__default.createElement("div", {
|
|
4741
4744
|
className: "referral_text_section"
|
|
@@ -5669,7 +5672,10 @@ var TicketsContainer = function TicketsContainer(_ref) {
|
|
|
5669
5672
|
|
|
5670
5673
|
case 16:
|
|
5671
5674
|
_context2.t0 = {
|
|
5672
|
-
status: 200
|
|
5675
|
+
status: 200,
|
|
5676
|
+
data: {
|
|
5677
|
+
attributes: _get(result, 'data.data.attributes')
|
|
5678
|
+
}
|
|
5673
5679
|
};
|
|
5674
5680
|
|
|
5675
5681
|
case 17:
|