Skip to content

Commit

Permalink
make compatible with changes in core 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Nov 12, 2014
1 parent 90252c7 commit 09466d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Payum/Silex/PayumProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Payum\Core\Bridge\Symfony\Security\TokenFactory;
use Payum\Core\Bridge\Twig\Action\RenderTemplateAction;
use Payum\Core\Bridge\Twig\TwigFactory;
use Payum\Core\PaymentInterface;
use Payum\Core\Registry\SimpleRegistry;
use Payum\Core\Reply\ReplyInterface;
use Payum\Silex\Controller\AuthorizeController;
Expand Down Expand Up @@ -87,7 +86,8 @@ protected function registerService(Application $app)
$app['payum'],
'payum_capture_do',
'payum_notify_do',
'payum_authorize_do'
'payum_authorize_do',
'payum_refund_do'
);
});

Expand Down

0 comments on commit 09466d3

Please sign in to comment.