@@ -58,11 +58,11 @@ |
||
| 58 | 58 | $this->getTypeOfWarehouseRef(); |
| 59 | 59 | |
| 60 | 60 | if ($cityRef) { |
| 61 | - if ($string) { |
|
| 61 | + if ($string) { |
|
| 62 | 62 | $this->methodProperties['CityName'] = $cityRef; |
| 63 | - } else { |
|
| 63 | + } else { |
|
| 64 | 64 | $this->methodProperties['CityRef'] = $cityRef; |
| 65 | - } |
|
| 65 | + } |
|
| 66 | 66 | } |
| 67 | 67 | |
| 68 | 68 | return $this->getResponse($this->model, $this->calledMethod, $this->methodProperties); |