Skip to content

Commit 7388616

Browse files
Update config.php
Force scope addition. Rectifies issue #5
1 parent 7fe16e2 commit 7388616

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
'email',
3030
'profile',
3131
'offline_access',
32+
'accounting.settings',
3233
],
3334

3435
/************************************************************************
@@ -51,4 +52,4 @@
5152
'url_resource_owner_details' => 'https://api.xero.com/api.xro/2.0/Organisation',
5253
],
5354

54-
];
55+
];

0 commit comments

Comments
 (0)