feat(xero): add new bank transactions trigger

This commit is contained in:
Rıdvan Akca
2023-11-08 17:40:58 +03:00
parent e79fc9cae4
commit 1a4ba35ef4
7 changed files with 110 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ const authScope: string[] = [
'profile',
'email',
'accounting.transactions',
'accounting.settings',
];
export default authScope;