Completed
Push — master ( c2307a...f61599 )
by Andrii
02:21
created
src/AbstractResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
      */
67 67
     public function getSum()
68 68
     {
69
-        return $this->call('getSum', [], (float)$this->getAmount() - (float)$this->getFee());
69
+        return $this->call('getSum', [], (float) $this->getAmount() - (float) $this->getFee());
70 70
     }
71 71
 
72 72
     public function getFee()
Please login to merge, or discard this patch.