@@ -210,7 +210,7 @@ discard block |
||
| 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 |
||
| 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 | ]); |