@@ -109,7 +109,7 @@ |
||
| 109 | 109 | private function getFile() |
| 110 | 110 | { |
| 111 | 111 | try { |
| 112 | - return sys_get_temp_dir() . DIRECTORY_SEPARATOR . session_id(); |
|
| 112 | + return sys_get_temp_dir().DIRECTORY_SEPARATOR.session_id(); |
|
| 113 | 113 | } catch (\Exception $exception) { |
| 114 | 114 | throw new InvalidPaymentKeyException('Cannot resolve payment key'); |
| 115 | 115 | } |