Skip to content

Commit

Permalink
[doc] fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Jan 14, 2016
1 parent 9e7d3dc commit ae30151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/docs/get-it-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use Payum\Core\Payum;
/** @var Payum $payum */
$payum = (new PayumBuilder())
->addDefaultStorages()
->addGatewayConfig('gatewayName', [
->addGateway('gatewayName', [
'factory' => 'offline'
])

Expand Down
2 changes: 1 addition & 1 deletion Tests/Action/StatusActionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public function shouldMarkCanceledIfStatusSetToCanceled()
$request = new GetBinaryStatus(array(
Constants::FIELD_STATUS => Constants::STATUS_CANCELED,
));
$request->markCanceled();
$request->markUnknown();

$action = new StatusAction();

Expand Down

0 comments on commit ae30151

Please sign in to comment.