forked from Sylius/Sylius
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
12 changes: 10 additions & 2 deletions
12
...Api/Responses/shop/checkout/payment_method/select_payment_method_with_missing_fields.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |