Skip to content

Commit a4e1aa3

Browse files
committed
Ticket Go-Live
1 parent e5b5f80 commit a4e1aa3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config/conference.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ const tagLine = `${name} is an inclusive non-profit conference for the Melbourne
1717

1818
const tz = 'Australia/Melbourne'
1919
const hideDate = false
20-
const ticketPurchasingOptions = TicketPurchasingOptions.NotOnSale
20+
const ticketPurchasingOptions = TicketPurchasingOptions.OnSale
2121
const staticDate = '2026-02-21T09:00'
2222
const date = zonedTimeToUtc(staticDate, tz)
2323
const endDate = add(date, { hours: 12 })
2424
const currentInstance = 2026
2525
const firstInstance = 2024
2626
const registrationOpenFrom = zonedTimeToUtc('2025-07-15T12:00:00', tz)
27-
const registrationOpenWave2From = zonedTimeToUtc('2024-10-01T12:00:00', tz)
27+
const registrationOpenWave2From = zonedTimeToUtc('2025-10-01T12:00:00', tz)
2828
const registrationOpenUntil = null
2929
const presentationSubmissionsOpenFrom = zonedTimeToUtc('2025-07-30T12:00:00', tz)
3030
const presentationSubmissionsOpenUntil = zonedTimeToUtc('2025-09-30T23:59:59', tz)
@@ -92,10 +92,10 @@ const Conference: IConference = {
9292
GoogleAnalyticsId: 'G-E5CD021NB4',
9393
TicketPrice: 'TBC',
9494
ChildcarePrice: 'free',
95-
ChildcareRegistrationLink: 'https://ti.to/ddd-melbourne/ddd-2025-childcare',
95+
ChildcareRegistrationLink: 'https://ti.to/ddd-melbourne/ddd-2026-childcare',
9696
TicketsProviderId: TicketsProvider.Tito,
9797
TicketsProviderAccountId: 'ddd-melbourne',
98-
TicketsProviderEventId: 'ddd-2025',
98+
TicketsProviderEventId: 'ddd-2026',
9999
TicketsProviderFinancialAssistanceCode: 'financialassistance',
100100
TicketPurchasingOptions: ticketPurchasingOptions,
101101
HashTag: 'DDDMelb',

0 commit comments

Comments
 (0)