You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
we need more details - account_id and period start/end dates
The text was updated successfully, but these errors were encountered: