Closed billypoke closed 2 years ago
Hey @billypoke, I took a look at executeBatch and saw that when the RequestConfig isn't there the Transaction field is set to false by default.....
Are you saying that in the event that a someone doesn't set the Transaction field and then that's what should be resolved? Just clarifying.
I have fixed this and it will be going into our 4.0.0 release. Closing this ticket.
The
executeOnlineRequest
function checks for the presence of theRequestConfig
second parameter and instantiates one if needed.However, the
executeBatch
function does not perform this check and if the parameter is not passed, the function will attempt to callisTransaction
on null