Completed
Push — master ( 3b5752...5c8cb6 )
by Dmitry
06:16
created
src/yandexmoney/OmnipayResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      */
24 24
     public function getTime()
25 25
     {
26
-        return Helper::isotime($this->getVar('datetime') . ' Europe/Moscow');
26
+        return Helper::isotime($this->getVar('datetime').' Europe/Moscow');
27 27
     }
28 28
 
29 29
     /**
Please login to merge, or discard this patch.