@@ -39,16 +39,16 @@ |
||
| 39 | 39 | * @throws \Exception |
| 40 | 40 | */ |
| 41 | 41 | public function findPickupPoints(string $city, |
| 42 | - string $zipCode, |
|
| 43 | - string $country, |
|
| 44 | - int $nbResults = null, |
|
| 45 | - string $code = null, |
|
| 46 | - string $latitude = null, |
|
| 47 | - string $longitude = null, |
|
| 48 | - string $weight = null, |
|
| 49 | - string $collectType = null, |
|
| 50 | - string $sendingDelay = null, |
|
| 51 | - int $searchRadius = null) |
|
| 42 | + string $zipCode, |
|
| 43 | + string $country, |
|
| 44 | + int $nbResults = null, |
|
| 45 | + string $code = null, |
|
| 46 | + string $latitude = null, |
|
| 47 | + string $longitude = null, |
|
| 48 | + string $weight = null, |
|
| 49 | + string $collectType = null, |
|
| 50 | + string $sendingDelay = null, |
|
| 51 | + int $searchRadius = null) |
|
| 52 | 52 | { |
| 53 | 53 | $options = [ |
| 54 | 54 | 'Ville' => $city, |