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
|
@@ -4733,7 +4733,10 @@ var ConfirmationContainer = function ConfirmationContainer(_ref) {
|
|
|
4733
4733
|
className: "main"
|
|
4734
4734
|
}, confirmationMain), React.createElement("span", {
|
|
4735
4735
|
className: "helper"
|
|
4736
|
-
}, data.attach_tickets ? 'Please bring them with you to the event' : confirmationHelper)))), data.
|
|
4736
|
+
}, data.attach_tickets ? 'Please bring them with you to the event' : confirmationHelper)))), data.custom_confirmation_page_text ? React.createElement("div", {
|
|
4737
|
+
className: 'custom-confirmation-page-text',
|
|
4738
|
+
dangerouslySetInnerHTML: createMarkup(data.custom_confirmation_page_text)
|
|
4739
|
+
}) : null, data.disable_referral === false && isReferralEnabled && React.createElement(React.Fragment, null, React.createElement("div", {
|
|
4737
4740
|
className: "referral_text_image_section"
|
|
4738
4741
|
}, React.createElement("div", {
|
|
4739
4742
|
className: "referral_text_section"
|
|
@@ -5667,7 +5670,10 @@ var TicketsContainer = function TicketsContainer(_ref) {
|
|
|
5667
5670
|
|
|
5668
5671
|
case 16:
|
|
5669
5672
|
_context2.t0 = {
|
|
5670
|
-
status: 200
|
|
5673
|
+
status: 200,
|
|
5674
|
+
data: {
|
|
5675
|
+
attributes: _get(result, 'data.data.attributes')
|
|
5676
|
+
}
|
|
5671
5677
|
};
|
|
5672
5678
|
|
|
5673
5679
|
case 17:
|