@@ -66,7 +66,7 @@ |
||
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() |