mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57: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">
|
||||
<constraint name="Valid" />
|
||||
</property>
|
||||
<property name="customer">
|
||||
<constraint name="Valid" />
|
||||
</property>
|
||||
<property name="currencyCode">
|
||||
<constraint name="Currency">
|
||||
<option name="message">sylius.order.currency_code.not_valid</option>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue