@@ -150,7 +150,7 @@ |
||
| 150 | 150 | private function dispatcher(string $gateway, array $array = []) |
| 151 | 151 | { |
| 152 | 152 | $this->payload['biz_content'] = $array; |
| 153 | - $class = \get_class($this) . '\\' . Str::studly($gateway) . 'Payment'; |
|
| 153 | + $class = \get_class($this).'\\'.Str::studly($gateway).'Payment'; |
|
| 154 | 154 | |
| 155 | 155 | if (class_exists($class)) { |
| 156 | 156 | return $this->toPay($class); |