‘json’ key return removed on Object_Sync_Sf_Salesforce->http_request()?
-
Hello,
I wonder why the [‘json’] key (containing $json_response) was removed from the return array of ‘http_request’ in ‘Object_Sync_Sf_Salesforce’ class (classes/salesforce.php) on newest versions of the plugin?
I use it to get raw data from ‘sobjects/ContentVersion/MyDocumentId/VersionData’ and then put on a file (with file_put_contents()) to use WordPress attachment process.
Is it for performance?
In this case, could the ‘json’ key be optional in the returned array, on setting something in $options array for example?Thanks,
Yannick
The topic ‘‘json’ key return removed on Object_Sync_Sf_Salesforce->http_request()?’ is closed to new replies.