mirror of
https://github.com/valitydev/fistful-server.git
synced 2024-11-06 02:35:18 +00:00
Add logs for FinalCashFlow creation in Withdrawal (#58)
This commit is contained in:
parent
729611ff5d
commit
d86edc9a4b
@ -1093,6 +1093,8 @@ make_final_cash_flow(DomainRevision, Withdrawal) ->
|
||||
{provider, settlement} => ProviderAccount
|
||||
}),
|
||||
{ok, FinalCashFlow} = ff_cash_flow:finalize(CashFlowPlan, Accounts, Constants),
|
||||
|
||||
logger:log("Created FinalCashFlow: ~p", [FinalCashFlow]),
|
||||
FinalCashFlow.
|
||||
|
||||
-spec compute_fees(route(), party_varset(), domain_revision()) ->
|
||||
|
Loading…
Reference in New Issue
Block a user