Test Setup Failed
Pull Request — master (#1763)
by
unknown
10:24
created
src/Payment/Fundflow/Client.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
         $response = $this->requestRaw('pay/downloadfundflow', $params, 'post', $options);
47 47
 
48 48
         $Contents = $response->getBody()
49
-                             ->getContents();
49
+                                ->getContents();
50 50
         if (0 === strpos($res, '<xml>')) {
51 51
             return $this->castResponseToType($response, $this->app['config']->get('response_type'));
52 52
         }
Please login to merge, or discard this patch.