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 70812fa + fd4b997 commit 50c3517Copy full SHA for 50c3517
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($class));
+ $gateway->initialize($this->getConfig($gateway->getName()));
51
$this->gateways[$class] = $gateway;
52
}
53
0 commit comments