Skip to content

Commit

Permalink
Fix token url for YNAB provider (#1251)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilby authored Aug 24, 2024
1 parent 68aa9ca commit 277d8c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected function getAuthUrl($state)
*/
protected function getTokenUrl(): string
{
return 'https://api.ynab.com/oauth2/token';
return 'https://api.ynab.com/oauth/token';
}

/**
Expand Down

0 comments on commit 277d8c8

Please sign in to comment.