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:
@@ -607,7 +607,7 @@ async function openBatchShare() {
|
||||
<UInput
|
||||
v-model="shareForm.recipientName"
|
||||
class="w-full"
|
||||
placeholder="Optional"
|
||||
placeholder="Optional, e.g. +60123456789"
|
||||
/>
|
||||
</UFormField>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user