Skip to content

Conversation

@jfurfaro
Copy link
Member

@jfurfaro jfurfaro commented Mar 5, 2025

No description provided.

if(typeof promo.maxUses === 'number' && promo.maxUses <= promoUses) throw new OrdersServiceError('Promo code no longer available', 'GONE');
}

// targetGuestId is actually what the user sees as a "ticket", so the 1:1 restriction remains valid per upgrade product, however
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a comment about upgrades but has not been fully implemented yet due to low demand

upgradeProductId: null,
upgradePrice: null,
upgradeName: null,
// upgradeProductId: row.upgradeProductId,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are needed to show the upgrade button, but disabled for now

@jfurfaro jfurfaro merged commit d931bc6 into main Mar 5, 2025
1 check failed
@jfurfaro jfurfaro deleted the feature/self-transfer branch March 5, 2025 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants