@@ -30,7 +30,7 @@ |
||
30 | 30 | |
31 | 31 | public function getAction() |
32 | 32 | { |
33 | - if($this->payment_id == null){ |
|
33 | + if ($this->payment_id == null) { |
|
34 | 34 | return 'payments/chargebacks'; |
35 | 35 | } else { |
36 | 36 | return sprintf('payments/%s/chargebacks/', $this->payment_id); |