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

Runs the job.

Returns:

  • (Object)

    the result



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