We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b203e commit bf97c4fCopy full SHA for bf97c4f
src/services/salesforceService.js
@@ -102,7 +102,7 @@ class SalesforceService {
102
null, // fallback to null if cannot parse
103
),
104
markup: _.get(o, config.get('sfdcBillingAccountMarkupField')),
105
- active: _.get(o, config.get('sfdcBillingAccountActiveField')),
+ active: _.get(o, config.get('sfdcBillingAccountActiveField')),
106
startDate: _.get(o, 'Topcoder_Billing_Account__r.Start_Date__c'),
107
endDate: _.get(o, 'Topcoder_Billing_Account__r.End_Date__c'),
108
}));
0 commit comments