@@ -46,7 +46,7 @@ |
||
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 | } |