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: overdue invoices should not include invoices not ready to be paid #3315

Conversation

annvelents
Copy link
Contributor

Together AI have an error when triggering DunningCampaigns::ProcessAttemptJob: BaseService::MethodNotAllowedFailure: invoices_not_ready_for_payment_processing
this happens because when selecting overdue invoices, we do not filter invoices that are ready for payment processing.

  • Added filter invoices to be ready_to_be_processed when filtering invoices for dunning_campaign process_attempt

@annvelents annvelents merged commit a7b328b into main Mar 11, 2025
6 checks passed
@annvelents annvelents deleted the fix-exclude-not-ready-to-be-paid-invoices-from-dunning-campaign branch March 11, 2025 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants