Bertrand Lefort

Results 1 issues of Bertrand Lefort

In many methods, there is this code used to validate the request: ```php $xml = simplexml_load_string($response); write_log($xml->result); return ($xml->result == 'true'); ``` However, I found that the response is different...