Skip to content

Commit

Permalink
Fix missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfuhr committed Mar 8, 2016
1 parent 992c37d commit 970536a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $defaultConfig = [];

$payum = (new PayumBuilder)
->addGatewayFactory('paypal', function(array $config, GatewayFactoryInterface $coreGatewayFactory) {
return new \Acme\Paypal\PaypalGatewayFactory($config, $coreGatewayFactory)
return new \Acme\Paypal\PaypalGatewayFactory($config, $coreGatewayFactory);
})

->addGateway('paypal', [
Expand Down

0 comments on commit 970536a

Please sign in to comment.