mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[CoreBundle] Add Valid constraint to Order customer property
This commit is contained in:
parent
cbb32838fb
commit
d69a6966d4
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@
|
||||||
<property name="payments">
|
<property name="payments">
|
||||||
<constraint name="Valid" />
|
<constraint name="Valid" />
|
||||||
</property>
|
</property>
|
||||||
|
<property name="customer">
|
||||||
|
<constraint name="Valid" />
|
||||||
|
</property>
|
||||||
<property name="currencyCode">
|
<property name="currencyCode">
|
||||||
<constraint name="Currency">
|
<constraint name="Currency">
|
||||||
<option name="message">sylius.order.currency_code.not_valid</option>
|
<option name="message">sylius.order.currency_code.not_valid</option>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue