Sylius/tests/Responses/Expected/currency/update_validation_fail_response.json
2016-04-18 14:02:57 +02:00

15 lines
302 B
JSON

{
"code": 400,
"message": "Validation Failed",
"errors": {
"children": {
"code": [],
"exchangeRate": {
"errors": [
"Please enter exchange rate."
]
},
"enabled": []
}
}
}