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 creating an order on Sylius 1.7.4 an error is made by Winzou State machine:
Transition "select_payment" cannot be applied on state "payment_skipped" of object "App\Entity\Order\Order" with graph "sylius_order_checkout"
This occurs when the channel flag skipping_shipping_step_allowed or skipping_payment_step_allowed are enabled and only one payment/shipping provider is available.
The text was updated successfully, but these errors were encountered:
When creating an order on Sylius 1.7.4 an error is made by Winzou State machine:
Transition "select_payment" cannot be applied on state "payment_skipped" of object "App\Entity\Order\Order" with graph "sylius_order_checkout"
This occurs when the channel flag
skipping_shipping_step_allowed
orskipping_payment_step_allowed
are enabled and only one payment/shipping provider is available.The text was updated successfully, but these errors were encountered: