AdminOrderCreationPlugin
AdminOrderCreationPlugin copied to clipboard
State machine error on order creation
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.