mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-15 09:30:58 +00:00
15 lines
236 B
JSON
15 lines
236 B
JSON
{
|
|
"code": 400,
|
|
"message": "Validation Failed",
|
|
"errors": {
|
|
"children": {
|
|
"provinces": {},
|
|
"enabled": {},
|
|
"code": {
|
|
"errors": [
|
|
"Please enter country ISO code."
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|