Skip to content

Commit 4caaa13

Browse files
authored
Merge pull request #45 from MediaJel/ez-fixSFFieldTypo
2 parents ddc285c + 7e0b42a commit 4caaa13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/processor/intuit/intuit.processor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ const createIntuitProcessor = async (job: Job) => {
484484
: "Estimate Created by Engineering",
485485
...(!isProduction && { QBO_Oppty_ID_Staging__c: estimate.Id }),
486486
//* Only mutate this field in production
487-
...(isProduction && { AVFSQB__Quickbooks_Id__c: estimate.Id }),
487+
...(isProduction && { AVSFQB__Quickbooks_Id__c: estimate.Id }),
488488
})
489489
.catch((err) => {
490490
job.log(`Error updating Salesforce opportunity: ${JSON.stringify(err, null, 2)}`);

0 commit comments

Comments
 (0)