mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fix too many required arguments
This commit is contained in:
parent
9b3a842094
commit
f9c4ad20a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"code": 400,
|
"code": 400,
|
||||||
"message": "Request does not have the following required fields specified: paymentId, paymentMethodCode, action."
|
"message": "Request does not have the following required fields specified: paymentId, paymentMethodCode."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue