We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddc285c + 7e0b42a commit 4caaa13Copy full SHA for 4caaa13
src/processor/intuit/intuit.processor.ts
@@ -484,7 +484,7 @@ const createIntuitProcessor = async (job: Job) => {
484
: "Estimate Created by Engineering",
485
...(!isProduction && { QBO_Oppty_ID_Staging__c: estimate.Id }),
486
//* Only mutate this field in production
487
- ...(isProduction && { AVFSQB__Quickbooks_Id__c: estimate.Id }),
+ ...(isProduction && { AVSFQB__Quickbooks_Id__c: estimate.Id }),
488
})
489
.catch((err) => {
490
job.log(`Error updating Salesforce opportunity: ${JSON.stringify(err, null, 2)}`);
0 commit comments