Skip to content

Commit d2124c8

Browse files
author
vikasrohit
authored
Merge pull request #632 from topcoder-platform/hotfix/handling_different_case_sfdc_fields
fix: git#631-Name field is not returned for Billing Account endpoint
2 parents d1474d3 + 0c52a02 commit d2124c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/salesforceService.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class SalesforceService {
7070
10,
7171
null, // fallback to null if cannot parse
7272
),
73-
name: _.get(o, 'Topcoder_Billing_Account__r.Billing_Account_Name__c'),
73+
name: _.get(o, 'Topcoder_Billing_Account__r.Billing_Account_name__c'),
7474
startDate: _.get(o, 'Topcoder_Billing_Account__r.Start_Date__c'),
7575
endDate: _.get(o, 'Topcoder_Billing_Account__r.End_Date__c'),
7676
}));

0 commit comments

Comments
 (0)