Merge remote-tracking branch 'origin/feat/whatsapp-embedded-signup' into test-pdf-support-captain

This commit is contained in:
Tanmay Deep Sharma
2025-07-11 18:09:26 +07:00
18 changed files with 570 additions and 96 deletions
@@ -123,7 +123,7 @@ export function useWhatsappEmbeddedSignup() {
// Send both auth code and business info together (synchronous flow)
const accountId = store.getters.getCurrentAccountId;
const response = await fetch(
`/api/v1/accounts/${accountId}/whatsapp/callbacks/embedded_signup`,
`/api/v1/accounts/${accountId}/whatsapp/authorization`,
{
method: 'POST',
headers: {