Skip to content

Commit ec15d1a

Browse files
committed
Moved refund action to the ekyna/PayumMoneticoBundle.
1 parent 1251ab0 commit ec15d1a

File tree

3 files changed

+1
-49
lines changed

3 files changed

+1
-49
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Payum Monetico (Credit Mutuel/CIC/OBC) payment gateway.
77
## Installation / Configuration
88

99
```
10-
composer req ekyna/payummonetico
10+
composer req ekyna/payum-monetico
1111
```
1212

1313
```

Diff for: src/Action/RefundAction.php

-47
This file was deleted.

Diff for: src/MoneticoGatewayFactory.php

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ protected function populateConfig(ArrayObject $config)
4040
'payum.action.capture' => new Action\CaptureAction(),
4141
'payum.action.convert_payment' => new Action\ConvertPaymentAction(),
4242
'payum.action.notify' => new Action\NotifyAction(),
43-
'payum.action.refund' => new Action\RefundAction(),
4443
'payum.action.status' => new Action\StatusAction(),
4544
'payum.action.sync' => new Action\SyncAction(),
4645

0 commit comments

Comments
 (0)