Test Failed
Pull Request — master (#1627)
by milkmeowo
02:57
created
src/Payment/Order/Client.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
     {
102 102
         $params['appid'] = $this->app['config']->app_id;
103 103
 
104
-        if($isContract) {
104
+        if ($isContract) {
105 105
             return $this->request($this->wrap('pay/paporderquery'), $params);
106 106
         }
107 107
 
Please login to merge, or discard this patch.