Sha256: 5413833148aab919a632744d260bd4e2ef3558d4ee43931ef7ffc22dc3c72924
Contents?: true
Size: 292 Bytes
Versions: 11
Compression:
Stored size: 292 Bytes
Contents
module AchClient class ICheckGateway # Implementation of AchBatch for ICheckGateway class AchBatch < Abstract::AchBatch # ICheckGateway does not support ACH batching def send_batch raise 'ICheckGateway does not support ACH batching' end end end end
Version data entries
11 entries across 11 versions & 1 rubygems