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