Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX
HTTPBulkToolsResponse.addSuccessRecords()
fn
This function was trying to merge 2 arrays with PHP fn `array_push()` which was failing if the second parameter was array as well. This fix replaces `array_push()` with `array_merge()` fn. Resolves #187
- Loading branch information