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