You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to install the plugin, I get the following error:
!! In StateMachineValidator.php line 43:
!!
!! [Symfony\Component\Workflow\Exception\InvalidDefinitionException]
!! A transition from a place/state must have an unique name. Multiple transiti
!! ons named "complete" from place/state "new" were found on StateMachine "syl
!! ius_refund_refund_payment".
!!
Only when I completely comment out sylius_refund_refund_payment in vendor/sylius/refund-plugin/src/Resources/config/integrations/workflow.yaml does the error disappear.
Am I doing something wrong or do we have a bug in the plugin? I am using Sylius 1.13 and plugin version 5.7.0.
The text was updated successfully, but these errors were encountered:
This is the issue that exists in the Sylius 1.13 version. The issue is caused by a refund-plugin config file being imported twice. To prevent the issue from happening, navigate to acme/config/packages/sylius_refund.yaml and delete { resource: "@SyliusRefundPlugin/Resources/config/app/config.yml" }.
If you have any questions or concerns, please let us know.
Hey,
when I try to install the plugin, I get the following error:
Only when I completely comment out sylius_refund_refund_payment in vendor/sylius/refund-plugin/src/Resources/config/integrations/workflow.yaml does the error disappear.
Am I doing something wrong or do we have a bug in the plugin? I am using Sylius 1.13 and plugin version 5.7.0.
The text was updated successfully, but these errors were encountered: