feat: send ticket receipts via WhatsApp and normalize phone numbers

Add WhatsApp API integration for automated receipt delivery
Enforce country codes for all phone number inputs (defaults to +60)
This commit is contained in:
2026-04-27 13:12:25 +08:00
parent faa998c7e1
commit c214d643dd
18 changed files with 208 additions and 28 deletions

View File

@@ -10,6 +10,9 @@ export default defineNuxtConfig({
databaseUrl: '',
redisUrl: '',
sessionCookieName: 'dinner_ticket_session',
whatsappAccessToken: '',
whatsappPhoneNumberId: '',
whatsappApiVersion: 'v23.0',
public: {
appUrl: '',
rpName: 'Dinner Ticket System'