@@ -34,9 +34,9 @@ discard block |
||
| 34 | 34 | { |
| 35 | 35 | $sfx = $this->randomString(5); |
| 36 | 36 | $counterparty = [ |
| 37 | - 'FirstName' => 'Іван' . $sfx, |
|
| 38 | - 'MiddleName' => 'Іванович' . $sfx, |
|
| 39 | - 'LastName' => 'Іванов' . $sfx, |
|
| 37 | + 'FirstName' => 'Іван'.$sfx, |
|
| 38 | + 'MiddleName' => 'Іванович'.$sfx, |
|
| 39 | + 'LastName' => 'Іванов'.$sfx, |
|
| 40 | 40 | 'Phone' => rand(380000000000, 380000999999), |
| 41 | 41 | 'Email' => '[email protected]', |
| 42 | 42 | 'CounterpartyProperty' => 'Recipient', |
@@ -48,7 +48,7 @@ discard block |
||
| 48 | 48 | |
| 49 | 49 | //update counterparty |
| 50 | 50 | $counterparty['Ref'] = $actualResult['Ref']; |
| 51 | - $counterparty['MiddleName'] = 'Петрович' . $sfx; |
|
| 51 | + $counterparty['MiddleName'] = 'Петрович'.$sfx; |
|
| 52 | 52 | $counterparty['CityRef'] = self::CITY_REF; |
| 53 | 53 | |
| 54 | 54 | $actualResult = $this->model->updatePrivatePerson($counterparty); |