Andrew M Fraser
Results
3
issues of
Andrew M Fraser
In lines https://github.com/XeroAPI/XeroOAuth-PHP/blob/master/lib/XeroOAuth.php#L388-434 Because $params isn't set (if it's a POST request $params['xml'] is set) the try statement fails. This is because array_merge on https://github.com/XeroAPI/XeroOAuth-PHP/blob/master/lib/XeroOAuth.php#L429 is trying to merge an...
@pdincubus, @ka8578 thought I'd open up a new issue for this as it seems to be a problem for me as well. I'll investigate and submit a PR when I...