go-sfdc
go-sfdc copied to clipboard
Fix update during Upsert()
Currently, v48.0 Salesforce API during PATCH by external ID returns 200 on a successful update, with next payload:
{
"id": "001D000000IqhSLIAZ",
"success": true,
"errors": [],
"created": false
}
Before this fix, Upsert() was returning "upsert response err: 200 200 OK" error during successful update.