Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation Order Payments #129

Open
arnaudroulee opened this issue May 22, 2019 · 3 comments
Open

Validation Order Payments #129

arnaudroulee opened this issue May 22, 2019 · 3 comments
Labels
Bug Confirmed bugs or bugfixes.

Comments

@arnaudroulee
Copy link

arnaudroulee commented May 22, 2019

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>

@Leobaillard
Copy link

This is a big problem and still valid as of today. Is there any fix planned?

@Zales0123 Zales0123 added the Bug Confirmed bugs or bugfixes. label Nov 7, 2019
@Roshyo
Copy link
Contributor

Roshyo commented Jul 15, 2020

I believe this is now fixed with latest 0.8 release

@matthiasvogl
Copy link

I have the same error and version 0.9 is installed

Prometee pushed a commit to Prometee/AdminOrderCreationPlugin that referenced this issue May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Confirmed bugs or bugfixes.
Projects
None yet
Development

No branches or pull requests

5 participants