Sylius / ShopApiPlugin

Shop API for Sylius.
https://sylius.com
129 stars 89 forks source link

[Bug] CartReadyForCheckoutValidator checks against order state, not order checkout state #665

Closed diimpp closed 3 years ago

diimpp commented 4 years ago

https://github.com/Sylius/ShopApiPlugin/blob/3ace12724f53c330d6b894fe2bbe639ecc140d76/src/Validator/Cart/CartReadyForCheckoutValidator.php#L47

mamazu commented 4 years ago

You are correct but why didn't I notice that in the tests? I will have to dig into that.