We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98502b commit 05bfa83Copy full SHA for 05bfa83
intuitlib/enums.py
@@ -32,7 +32,7 @@ class Scopes(Enum):
32
# for whitelisted Beta apps only
33
PAYROLL = 'com.intuit.quickbooks.payroll'
34
PAYROLL_TIMETRACKING = 'com.intuit.quickbooks.payroll.timetracking'
35
- PAROLL_BENEFITS = 'com.intuit.quickbooks.payroll.benefits'
+ PAYROLL_BENEFITS = 'com.intuit.quickbooks.payroll.benefits'
36
37
# For migrated apps only
38
# To not see consent page they should pass the following scopes - openid intuit_name email
0 commit comments