Completed
Push — master ( c25059...aa3601 )
by i
04:27
created
src/Alipay.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
     private function dispatcher(string $gateway, array $array = [])
211 211
     {
212 212
         $this->payload['biz_content'] = $array;
213
-        $class = \get_class($this) . '\\' . Str::studly($gateway) . 'Payment';
213
+        $class = \get_class($this).'\\'.Str::studly($gateway).'Payment';
214 214
 
215 215
         if (class_exists($class)) {
216 216
             return $this->toPay($class);
@@ -255,7 +255,7 @@  discard block
 block discarded – undo
255 255
             $this->payload,
256 256
             $this->config->get('private_key')
257 257
         );
258
-        Log::debug(ucfirst($type) . ' an order:', [
258
+        Log::debug(ucfirst($type).' an order:', [
259 259
             $this->gateway,
260 260
             $this->payload,
261 261
         ]);
Please login to merge, or discard this patch.