Skip to content

Commit

Permalink
Fix config files after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
arti0090 committed Sep 5, 2024
1 parent 48584fb commit ff36684
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 42 deletions.
9 changes: 0 additions & 9 deletions config/packages.php

This file was deleted.

23 changes: 0 additions & 23 deletions config/packages/events.php

This file was deleted.

14 changes: 4 additions & 10 deletions config/services/payum/action.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,15 @@
->tag('payum.action', ['factory' => TpayGatewayFactory::NAME, 'alias' => 'cw.tpay.create_transaction'])
;

$services->set(CreateBlik0TransactionAction::class)
->tag('payum.action', ['factory' => TpayGatewayFactory::NAME, 'alias' => 'cw.tpay.create_blik0_transaction'])
;

$services->set(FetchPaymentDetailsAction::class)
->tag('payum.action', ['factory' => TpayGatewayFactory::NAME, 'alias' => 'cw.tpay.fetch_payment_details'])
$services->set(NotifyAction::class)
->tag('payum.action', ['factory' => TpayGatewayFactory::NAME, 'alias' => 'cw.tpay.notify'])
;

$services->set(CreateBlik0TransactionAction::class)
->tag('payum.action', ['factory' => TpayGatewayFactory::NAME, 'alias' => 'cw.tpay.create_blik0_transaction'])
;

$services->set(GetStatusAction::class)
->tag('payum.action', ['factory' => TpayGatewayFactory::NAME, 'alias' => 'cw.tpay.get_status'])
;

$services->set(CreateBlik0TransactionAction::class)
->tag('payum.action', ['factory' => TpayGatewayFactory::NAME, 'alias' => 'cw.tpay.create_blik0_transaction'])
;
};

0 comments on commit ff36684

Please sign in to comment.