phpforce / soap-client

A PHP client for the Salesforce SOAP API
MIT License
81 stars 75 forks source link

convertLead method should call checkResult too #20

Open oniric85 opened 9 years ago

oniric85 commented 9 years ago

convertLead returns a LeadConvertResult array but it seems like that array is not checked using the checkResult method like other similar calls in the library? Is there any special reason to not doing so?