Skip to content

Commit

Permalink
Update MockedPayseraGatewayFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolasVitkus authored Oct 9, 2019
1 parent 1cd1db1 commit 9b87ef1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions MockedPayseraGatewayFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ protected function populateConfig(ArrayObject $config)
'payum.factory_name' => 'paysera',
'payum.factory_title' => 'paysera',
'payum.action.capture' => new CaptureAction($mocked = true),
'payum.action.authorize' => new AuthorizeAction(),
'payum.action.refund' => new RefundAction(),
'payum.action.cancel' => new CancelAction(),
'payum.action.notify' => new NotifyAction($mocked = true),
'payum.action.status' => new StatusAction(),
'payum.action.convert_payment' => new ConvertPaymentAction(),
Expand Down

0 comments on commit 9b87ef1

Please sign in to comment.