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

fix(filter): Invoice should be created when default prices is set #1804

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

vincent-pochet
Copy link
Collaborator

Context

Invoice is not generating when filters are attached to a charge.
The issue is related to the fee creation with default properties, created for events that does not match any filter. The fee generation uses a non persisted charge filter with default properties, but it tries to attach it to the generated fee, leading to a validation error.

Description

This fix makes sure that the charge filter is not attached to the fee

@vincent-pochet vincent-pochet added the 🐞 Bug Something isn't working label Mar 21, 2024
@vincent-pochet vincent-pochet self-assigned this Mar 21, 2024
@vincent-pochet vincent-pochet changed the title fix(filter): Invoice should be created with default prices fix(filter): Invoice should be created when default prices is set Mar 21, 2024
@vincent-pochet vincent-pochet merged commit 96c6c06 into main Mar 21, 2024
7 checks passed
@vincent-pochet vincent-pochet deleted the fix-invoicing-with-filters branch March 21, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants