Skip to content

Commit

Permalink
Merge branch 'feature/receive-wac-token-from-frontend' of https://git…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaslinhares committed Jan 23, 2024
2 parents 82cd0c1 + f78aebc commit 08c483d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketplace/core/types/channels/whatsapp_cloud/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def create(self, request, *args, **kwargs):

base_url = settings.WHATSAPP_API_URL

url = f"{base_url}/{settings.WHATSAPP_VERSION}/oauth/access_token/"
url = f"{base_url}/{settings.WHATSAPP_VERSION}/oauth/access_token"
params = dict(
client_id=settings.WHATSAPP_APPLICATION_ID,
client_secret=settings.WHATSAPP_APPLICATION_SECRET,
Expand Down

0 comments on commit 08c483d

Please sign in to comment.