summit-registration-lite 1.0.76 → 1.0.77
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/index.js +1 -1
- package/package-lock.json +18805 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -500,7 +500,7 @@ const actions_payTicket = (token = null, stripe = null, zipCode = null) => async
|
|
|
500
500
|
const access_token = await getAccessToken();
|
|
501
501
|
let params = {
|
|
502
502
|
access_token,
|
|
503
|
-
expand: 'tickets, tickets.owner, tickets.ticket_type, tickets.ticket_type.taxes'
|
|
503
|
+
expand: 'tickets,' + 'tickets.owner,' + 'tickets.owner.extra_questions,' + 'tickets.badge,' + 'tickets.badge.type,' + 'tickets.badge.type.access_levels,' + 'tickets.badge.type.features,' + 'tickets.ticket_type,' + 'tickets.ticket_type.taxes'
|
|
504
504
|
};
|
|
505
505
|
let normalizedEntity = {
|
|
506
506
|
billing_address_1: (userProfile === null || userProfile === void 0 ? void 0 : userProfile.address1) || '',
|