We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1474d3 + 0c52a02 commit d2124c8Copy full SHA for d2124c8
src/services/salesforceService.js
@@ -70,7 +70,7 @@ class SalesforceService {
70
10,
71
null, // fallback to null if cannot parse
72
),
73
- name: _.get(o, 'Topcoder_Billing_Account__r.Billing_Account_Name__c'),
+ name: _.get(o, 'Topcoder_Billing_Account__r.Billing_Account_name__c'),
74
startDate: _.get(o, 'Topcoder_Billing_Account__r.Start_Date__c'),
75
endDate: _.get(o, 'Topcoder_Billing_Account__r.End_Date__c'),
76
}));
0 commit comments