Test Failed
Pull Request — master (#39)
by
unknown
01:17
created
src/Method/Chargeback/GetAll.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.