@@ -151,7 +151,7 @@ |
||
151 | 151 | |
152 | 152 | private static function getUrl(): string |
153 | 153 | { |
154 | - return self::REST_URL . 'import/'; |
|
154 | + return self::REST_URL.'import/'; |
|
155 | 155 | } |
156 | 156 | |
157 | 157 |
@@ -97,9 +97,9 @@ |
||
97 | 97 | |
98 | 98 | |
99 | 99 | public function getXmlFile(): Pay\XMLFile |
100 | - { |
|
101 | - return $this->xmlFile; |
|
102 | - } |
|
100 | + { |
|
101 | + return $this->xmlFile; |
|
102 | + } |
|
103 | 103 | |
104 | 104 | |
105 | 105 | /** |