Skip to content

Commit

Permalink
Fix response test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpysiak committed Oct 24, 2024
1 parent 74335a7 commit 2a32e43
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 2a32e43

Please sign in to comment.