refactor and review changes

This commit is contained in:
Tanmay Deep Sharma
2025-07-11 15:45:24 +07:00
parent e4d778de21
commit ac9c24e0aa
10 changed files with 92 additions and 82 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: {