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 992c37d commit 970536aCopy full SHA for 970536a
README.md
@@ -22,7 +22,7 @@ $defaultConfig = [];
22
23
$payum = (new PayumBuilder)
24
->addGatewayFactory('paypal', function(array $config, GatewayFactoryInterface $coreGatewayFactory) {
25
- return new \Acme\Paypal\PaypalGatewayFactory($config, $coreGatewayFactory)
+ return new \Acme\Paypal\PaypalGatewayFactory($config, $coreGatewayFactory);
26
})
27
28
->addGateway('paypal', [
0 commit comments