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

More details in invoice exception #1156

Open
dmitry-sinina opened this issue Jul 5, 2022 · 0 comments
Open

More details in invoice exception #1156

dmitry-sinina opened this issue Jul 5, 2022 · 0 comments

Comments

@dmitry-sinina
Copy link
Contributor

Traceback (most recent call last):
        1: from (irb):2
NoMethodError (undefined method `run' for #<Jobs::Invoice:0x0000563e08965608 @options=0>)
irb(main):003:0> p.execute
Traceback (most recent call last):
       11: from (irb):2
       10: from (irb):3:in `rescue in irb_binding'
        9: from app/jobs/jobs/invoice.rb:8:in `execute'
        8: from app/jobs/jobs/invoice.rb:9:in `block in execute'
        7: from app/jobs/base_job.rb:41:in `capture_job_extra'
        6: from lib/capture_error.rb:117:in `with_exception_context'
        5: from app/jobs/base_job.rb:41:in `block in capture_job_extra'
        4: from app/jobs/jobs/invoice.rb:10:in `block (2 levels) in execute'
        3: from app/services/application_service.rb:21:in `call'
        2: from app/services/billing_invoice/generate.rb:9:in `call'
        1: from app/services/billing_invoice/generate.rb:29:in `rescue in call'
ApplicationService::Error (have invoice inside provided period)

we need more details - account_id and period start/end dates

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

No branches or pull requests

1 participant