We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
The date format used in Payment object is invalid :
The OpenAPI definition defines this :
Date: description: Date the payment is being made (YYYY-MM-DD) e.g. 2009-09-06 type: string x-is-msdate: true
Here is what an API call gave me today :
{ "date": "2024-09-24T00:00:00.000Z" }
Can you fix your backend to send plain date type or fix your OpenAPI schema please ?
The text was updated successfully, but these errors were encountered:
PETOSS-599
Sorry, something went wrong.
Thanks for raising an issue, a ticket has been created to track your request
No branches or pull requests
Hello,
The date format used in Payment object is invalid :
The OpenAPI definition defines this :
Here is what an API call gave me today :
Can you fix your backend to send plain date type or fix your OpenAPI schema please ?
The text was updated successfully, but these errors were encountered: