Sha256: f917e4e8d229b0ea89d2f30c2a14b050d3f57cdc07d5a6be2a879f9a1788a0ed

Contents?: true

Size: 266 Bytes

Versions: 14

Compression:

Stored size: 266 Bytes

Contents

module AchClient
  class Fake
    class AchBatch < Abstract::AchBatch

      # Fake batch ACH sending just returns the provided external_ach_ids to indicate success
      def do_send_batch
        @ach_transactions.map(&:external_ach_id)
      end
    end
  end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ach_client-5.3.4 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-5.3.3 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-5.3.2 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-5.3.1 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-5.3.0 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-5.2.0 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-5.1.0 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-5.0.0 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-4.0.0 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-3.1.0 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-3.0.0 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-2.1.0 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-2.0.0 lib/ach_client/providers/soap/fake/ach_batch.rb
ach_client-1.1.0 lib/ach_client/providers/soap/fake/ach_batch.rb