Sha256: 3d545cf468c4c4cfa9951dc7a5db4bcc04665b07d8ed055f8c8bb89f29e4f0b5

Contents?: true

Size: 316 Bytes

Versions: 4

Compression:

Stored size: 316 Bytes

Contents

# frozen_string_literal: true

require_relative 'client'

LedgerSync.register_ledger(:quickbooks_online, base_module: LedgerSync::Ledgers::QuickBooksOnline) do |config|
  config.name = 'QuickBooks Online'
  config.add_alias :qbo
  config.add_alias :quick_books_online
  config.rate_limiting_wait_in_seconds = 60
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ledger_sync-1.6.0 lib/ledger_sync/ledgers/quickbooks_online/config.rb
ledger_sync-1.5.2 lib/ledger_sync/ledgers/quickbooks_online/config.rb
ledger_sync-1.5.1 lib/ledger_sync/ledgers/quickbooks_online/config.rb
ledger_sync-1.5.0 lib/ledger_sync/ledgers/quickbooks_online/config.rb