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
The validation to check if there is only one payment should have another group to avoid blocking checkout validation in shop if there is multiple payments
The validation to check if there is only one payment should have another group to avoid blocking checkout validation in shop if there is multiple payments
<class name="Sylius\Component\Core\Model\Order"> <property name="payments"> <constraint name="Count"> <option name="min">1</option> <option name="max">1</option> <option name="groups">sylius_admin_order</option> </constraint> </property> </class>
The text was updated successfully, but these errors were encountered: