-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Add charges_from_date
to InvoiceObject
#22
Comments
Interesting, openapi-spec-validator-0.4.0 -> error |
We have Related issue: python-openapi/openapi-spec-validator#97 But this is bug of your API contract with end users because of |
Required list has not defined properties: ['charges_from_date']
charges_from_date
to InvoiceObject
prance.ValidationError: ("Required list has not defined properties: ['charges_from_date']", <unset>, (), None, (), <unset>, <unset>, <unset>, (), None)
Try to execute this command to get error:
Is required for: getlago/lago-python-client#95
The text was updated successfully, but these errors were encountered: