Fix too many required arguments

This commit is contained in:
Francis Hilaire 2024-09-16 20:05:36 +02:00
parent 9b3a842094
commit f9c4ad20a7
No known key found for this signature in database
GPG key ID: 3392F830BF33D421

View file

@ -1,4 +1,4 @@
{
"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."
}