@@ -50,11 +50,11 @@ |
||
| 50 | 50 | $content = file_get_contents($this->template); |
| 51 | 51 | |
| 52 | 52 | $data = array_merge($data, [ |
| 53 | - 'ThreePLID' => $this->getId(), |
|
| 54 | - 'Login' => $this->getLogin(), |
|
| 55 | - 'Password' => $this->getPassword(), |
|
| 56 | - 'CustomerID' => $this->getCustomerId(), |
|
| 57 | - 'FacilityID' => $this->getFacilityId() |
|
| 53 | + 'ThreePLID' => $this->getId(), |
|
| 54 | + 'Login' => $this->getLogin(), |
|
| 55 | + 'Password' => $this->getPassword(), |
|
| 56 | + 'CustomerID' => $this->getCustomerId(), |
|
| 57 | + 'FacilityID' => $this->getFacilityId() |
|
| 58 | 58 | ]); |
| 59 | 59 | |
| 60 | 60 | foreach ($data as $prop => $value) { |