Class: SubmitInvoicesCreditMemosWithServerErrorToTaxjarWorker

Inherits:
Object
  • Object
show all
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

Instance Method Details

#performObject



9
10
11
12
# File 'app/workers/submit_invoices_credit_memos_with_server_error_to_taxjar_worker.rb', line 9

def perform
  process_invoices
  process_credit_memos
end