diff --git a/bridges/LeBonCoinBridge.php b/bridges/LeBonCoinBridge.php index b3204616..b2cffcf8 100644 --- a/bridges/LeBonCoinBridge.php +++ b/bridges/LeBonCoinBridge.php @@ -362,7 +362,7 @@ class LeBonCoinBridge extends BridgeAbstract { ); $opts = array( - CURL_CUSTOMREQUEST => 'POST', + CURLOPT_CUSTOMREQUEST => 'POST', CURLOPT_POSTFIELDS => $data ); @@ -424,7 +424,7 @@ class LeBonCoinBridge extends BridgeAbstract { $requestJson = new StdClass(); $requestJson->owner_type = $this->getInput('owner'); - $requestJson->filters->location = array(); + $requestJson->filters = new StdClass(); $requestJson->filters->keywords = array( 'text' => $this->getInput('keywords')