|
@@ -88,11 +88,11 @@ |
|
|
block discarded – undo |
|
88
|
88
|
} |
|
89
|
89
|
|
|
90
|
90
|
public function getCatalogCounterparty($phone, $lastname) { |
|
91
|
|
- $this->calledMethod = 'getCatalogCounterparty'; |
|
|
91
|
+ $this->calledMethod = 'getCatalogCounterparty'; |
|
92
|
92
|
|
|
93
|
|
- $this->methodProperties['Phone'] = $phone; |
|
94
|
|
- $this->methodProperties['LastName'] = $lastname; |
|
|
93
|
+ $this->methodProperties['Phone'] = $phone; |
|
|
94
|
+ $this->methodProperties['LastName'] = $lastname; |
|
95
|
95
|
|
|
96
|
|
- return $this->getResponse($this->model, $this->calledMethod, $this->methodProperties); |
|
|
96
|
+ return $this->getResponse($this->model, $this->calledMethod, $this->methodProperties); |
|
97
|
97
|
} |
|
98
|
98
|
} |
Please login to merge, or discard this patch.