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.
1 parent 7da97b2 commit 7f656eeCopy full SHA for 7f656ee
src/Barryvdh/Omnipay/GatewayManager.php
@@ -40,7 +40,7 @@ public function gateway($class = null)
40
$class = $class ?: $this->getDefaultGateway();
41
42
if(!isset($this->gateways[$class])){
43
- $gateway = $this->factory->create($class, $this->app['request']);
+ $gateway = $this->factory->create($class, null, $this->app['request']);
44
$gateway->initialize($this->getConfig($class));
45
$this->gateways[$class] = $gateway;
46
}
0 commit comments