Copy and layout improvements.
This commit is contained in:
parent
39eb9e039a
commit
02222a5c16
20 changed files with 464 additions and 652 deletions
|
|
@ -109,8 +109,9 @@ export default defineEventHandler(async (event) => {
|
|||
// Complete ticket purchase (updates sold/reserved counts)
|
||||
await completeTicketPurchase(eventData, ticketInfo.ticketType);
|
||||
|
||||
// Save event with registration
|
||||
await eventData.save();
|
||||
// Save event with registration; skip validators to avoid tripping on
|
||||
// legacy location data unrelated to this write.
|
||||
await eventData.save({ validateBeforeSave: false });
|
||||
|
||||
// Send confirmation email
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue