Skip to content

Commit

Permalink
pricing hotfix PR #317
Browse files Browse the repository at this point in the history
pricing hotfix
  • Loading branch information
connorkm2 authored Nov 30, 2024
2 parents 3b8ac4c + 67c291f commit 3d63d23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/ticketing/pricingDefaultsDynamic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ export const passes: Passes = {
saving: 117.5,
studentSaving: 137.5,
combination: ['NextYear Party', 'NextYear Classes', "NextYear Dinner"],
description: "The full experience in 2025 (this pass does not include gala dinner)",
priceId: 'price_1QQneIEWkmdeWsQPJhsLrRof',
studentPriceId: 'price_1QQnjjEWkmdeWsQPgurnBDwI'},
description: "The full experience in 2025 (this pass does include gala dinner)",
priceId: 'price_1QQnfhEWkmdeWsQPVwOq7u4Q',
studentPriceId: 'price_1QQnm6EWkmdeWsQPuyYqgEWo'},
}

export const fullPassName = Object.keys(passes).at(4)
Expand Down

0 comments on commit 3d63d23

Please sign in to comment.