Class: BloomRemit::Txns::Payout

Inherits:
Object
  • Object
show all
Extended by:
LightService::Organizer
Defined in:
app/services/bloom_remit/txns/payout.rb

Class Method Summary collapse

Class Method Details

.call(txn) ⇒ Object



7
8
9
10
11
12
13
14
# File 'app/services/bloom_remit/txns/payout.rb', line 7

def self.call(txn)
  with(txn: txn).reduce(
    InitializeClient,
    Post,
    HandleResponse,
    RunHook,
  )
end