-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Description
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: trueHere 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 ?
Metadata
Metadata
Assignees
Labels
No labels