Class: SubmitInvoicesCreditMemosWithServerErrorToTaxjarWorker
- Inherits:
-
Object
- Object
- SubmitInvoicesCreditMemosWithServerErrorToTaxjarWorker
- Includes:
- Sidekiq::Job
- Defined in:
- app/workers/submit_invoices_credit_memos_with_server_error_to_taxjar_worker.rb
Overview
Sidekiq worker: submit invoices credit memos with server error to taxjar.
Instance Method Summary collapse
-
#perform ⇒ Object
Runs the job.
Instance Method Details
#perform ⇒ Object
Runs the job.
12 13 14 15 |
# File 'app/workers/submit_invoices_credit_memos_with_server_error_to_taxjar_worker.rb', line 12 def perform process_invoices process_credit_memos end |