We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50c3517 + 1c4eb8d commit fbbf732Copy full SHA for fbbf732
src/GatewayManager.php
@@ -47,7 +47,7 @@ public function gateway($class = null)
47
48
if(!isset($this->gateways[$class])){
49
$gateway = $this->factory->create($class, null, $this->app['request']);
50
- $gateway->initialize($this->getConfig($gateway->getName()));
+ $gateway->initialize($this->getConfig($class));
51
$this->gateways[$class] = $gateway;
52
}
53
0 commit comments