Fix response test

This commit is contained in:
Michał Pysiak 2024-10-24 11:23:42 +02:00
parent a4e13f312e
commit 8e95467caf
No known key found for this signature in database
GPG key ID: 9C1F2D0F99830187

View file

@ -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"
}