Skip to content

Commit

Permalink
Merge pull request #36 from zimonline/patch-2
Browse files Browse the repository at this point in the history
Update xero-laravel-lf.php
  • Loading branch information
Jordan Hall authored Dec 4, 2020
2 parents fcc2d0f + 95d6e5a commit e55727e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/xero-laravel-lf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
'client_id' => env('XERO_CLIENT_ID'),
'client_secret' => env('XERO_CLIENT_SECRET'),
'redirect_uri' => env('XERO_REDIRECT_URI'),
'scope' => 'openid email profile offline_access',
'scope' => 'openid email profile offline_access accounting.settings.read',
],
],
];

0 comments on commit e55727e

Please sign in to comment.