Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dlhck authored Jun 9, 2021
1 parent c760e39 commit eac6b0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Resources/config/services/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ services:

coreshop.payum.mollie.action.convert_payment: '@CoreShop\Payum\MollieBundle\Action\ConvertPaymentAction'
CoreShop\Payum\MollieBundle\Action\ConvertPaymentAction:
arguments:
- '%coreshop.currency.decimal_factor%'
tags:
- { name: payum.action, factory: mollie, alias: payum.action.convert_payment }

Expand Down Expand Up @@ -47,4 +45,4 @@ services:
coreshop.payum.mollie.action.api.ship_all: '@CoreShop\Payum\MollieBundle\Action\Api\ShipAllAction'
CoreShop\Payum\MollieBundle\Action\Api\ShipAllAction:
tags:
- { name: payum.action, factory: mollie, alias: payum.action.api.ship_all }
- { name: payum.action, factory: mollie, alias: payum.action.api.ship_all }

0 comments on commit eac6b0d

Please sign in to comment.