Skip to content

Commit

Permalink
Fix RefundDispatcher service configuration (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
lchrusciel authored Nov 26, 2024
2 parents a0b2176 + cb928fe commit ed88485
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/services/refunding.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
$services->set('commerce_weavers_sylius_tpay.refunding.dispatcher.refund', RefundDispatcher::class)
->public()
->args([
service('payum'),
service('commerce_weavers_sylius_tpay.refunding.checker.refund_plugin_availability'),
])
->alias(RefundDispatcherInterface::class, 'commerce_weavers_sylius_tpay.refunding.dispatcher.refund')
Expand Down

0 comments on commit ed88485

Please sign in to comment.