mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Fix response test
This commit is contained in:
parent
a4e13f312e
commit
8e95467caf
1 changed files with 10 additions and 2 deletions
|
|
@ -1,4 +1,12 @@
|
|||
{
|
||||
"code": 400,
|
||||
"message": "Request does not have the following required fields specified: paymentMethod."
|
||||
"@context": "\/api\/v2\/contexts\/Error",
|
||||
"@id": "\/api\/v2\/errors\/400",
|
||||
"@type": "hydra:Error",
|
||||
"title": "An error occurred",
|
||||
"detail": "Request does not have the following required fields specified: paymentMethod.",
|
||||
"status": 400,
|
||||
"type": "\/errors\/400",
|
||||
"description": "Request does not have the following required fields specified: paymentMethod.",
|
||||
"hydra:description": "Request does not have the following required fields specified: paymentMethod.",
|
||||
"hydra:title": "An error occurred"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue