Skip to content
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

feat(dunning): Add customerId to invoices graphql resolver #2513

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Conversation

rsempe
Copy link
Collaborator

@rsempe rsempe commented Aug 29, 2024

Description

When fetching invoices, we can filter by external_id but it's not currently possible to filter by id.

In the case of deleted customers with the same external id, it will return all the related invoices as well.
We want to be able to only return invoices for the active customer.

@rsempe rsempe added the Invoice Related to Invoices label Aug 29, 2024
@rsempe rsempe force-pushed the feat-dunning branch 2 times, most recently from 41c2499 to c3650c9 Compare August 30, 2024 11:33
@rsempe rsempe merged commit 3096ec0 into main Aug 30, 2024
6 checks passed
@rsempe rsempe deleted the feat-dunning branch August 30, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Invoice Related to Invoices
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants