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:
@@ -10,6 +10,9 @@ export default defineNuxtConfig({
|
||||
databaseUrl: '',
|
||||
redisUrl: '',
|
||||
sessionCookieName: 'dinner_ticket_session',
|
||||
whatsappAccessToken: '',
|
||||
whatsappPhoneNumberId: '',
|
||||
whatsappApiVersion: 'v23.0',
|
||||
public: {
|
||||
appUrl: '',
|
||||
rpName: 'Dinner Ticket System'
|
||||
|
||||
Reference in New Issue
Block a user