Skip to content

Commit

Permalink
Merge pull request #31 from Tetragramat/master
Browse files Browse the repository at this point in the history
Fixed typo in custom gateway doc
  • Loading branch information
makasim authored May 15, 2017
2 parents b2a7216 + 4662bb9 commit 32fe818
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Resources/docs/custom-gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $stripeGateway->setTestMode(true);
/** @var Payum $payum */
$payum = (new PayumBuilder())
->addGateway('gatewayName', [
'factory' => 'Omnipay',
'factory' => 'omnipay',
'payum.api' => $stripeGateway,
])
;
Expand All @@ -33,4 +33,4 @@ $payum = (new PayumBuilder())
* [Supported gateways](https://github.com/Payum/Core/blob/master/Resources/docs/supported-gateways.md).
* [Storages](https://github.com/Payum/Core/blob/master/Resources/docs/storages.md).

Back to [index](index.md).
Back to [index](index.md).

0 comments on commit 32fe818

Please sign in to comment.