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
The following lines:
openapi/openapi/fixtures3.json
Line 531 in 107afb5
Line 535 in 107afb5
...show that we're returning customer data for an event which has an object: "invoice", when it should be object: "customer".
object: "invoice"
object: "customer"
This is causing an unexpected parsing of the object into an invoice, rather than a customer, in our tests.
The text was updated successfully, but these errors were encountered:
I apologize for the extremely delayed response. The fixture have since been fixed to return a plan object with the correct id.
plan
id
Sorry, something went wrong.
No branches or pull requests
The following lines:
openapi/openapi/fixtures3.json
Line 531 in 107afb5
openapi/openapi/fixtures3.json
Line 535 in 107afb5
...show that we're returning customer data for an event which has an
object: "invoice"
, when it should beobject: "customer"
.This is causing an unexpected parsing of the object into an invoice, rather than a customer, in our tests.
The text was updated successfully, but these errors were encountered: