Skip to content

Commit f4d89c6

Browse files
Bill LeoutsakosBill Leoutsakos
authored andcommitted
fix(quickbooks): expose OAuth fields to setup
1 parent cbb9283 commit f4d89c6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/setup/capability-config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,10 @@ export const OAUTH_CLIENT_SETUP_FIELDS = {
848848
INSTAGRAM_CLIENT_ID: { input: 'text' },
849849
INSTAGRAM_CLIENT_SECRET: { input: 'secret' },
850850
},
851+
quickbooks: {
852+
QUICKBOOKS_CLIENT_ID: { input: 'text' },
853+
QUICKBOOKS_CLIENT_SECRET: { input: 'secret' },
854+
},
851855
salesforce: {
852856
SALESFORCE_CLIENT_ID: { input: 'text' },
853857
SALESFORCE_CLIENT_SECRET: { input: 'secret' },

0 commit comments

Comments
 (0)