mirror of
https://github.com/valitydev/fistful-server.git
synced 2024-11-06 02:35:18 +00:00
MSPF-561 Bump to rbkmoney/damsel@075185 (#247)
This commit is contained in:
parent
bd6e43d7be
commit
99fbdb964a
@ -372,7 +372,7 @@ domain_config(Options, C) ->
|
||||
realm = live,
|
||||
wallet_system_account_set = {value, ?sas(1)},
|
||||
identity = payment_inst_identity_id(Options),
|
||||
withdrawal_providers = {decisions, [
|
||||
withdrawal_providers_legacy = {decisions, [
|
||||
#domain_WithdrawalProviderDecision{
|
||||
if_ = {condition, {cost_in, #domain_CashRange{
|
||||
upper = {inclusive, #domain_Cash{
|
||||
@ -432,7 +432,7 @@ domain_config(Options, C) ->
|
||||
realm = live,
|
||||
wallet_system_account_set = {value, ?sas(1)},
|
||||
identity = dummy_payment_inst_identity_id(Options),
|
||||
withdrawal_providers = {decisions, [
|
||||
withdrawal_providers_legacy = {decisions, [
|
||||
#domain_WithdrawalProviderDecision{
|
||||
if_ = {condition, {cost_in, #domain_CashRange{
|
||||
upper = {inclusive, #domain_Cash{
|
||||
@ -463,7 +463,7 @@ domain_config(Options, C) ->
|
||||
}
|
||||
]},
|
||||
p2p_inspector = {value, ?p2p_insp(1)},
|
||||
p2p_providers = {decisions, [
|
||||
p2p_providers_legacy = {decisions, [
|
||||
#domain_P2PProviderDecision{
|
||||
if_ = {condition, {p2p_tool,
|
||||
#domain_P2PToolCondition{
|
||||
|
@ -115,8 +115,8 @@ compute_system_accounts(PaymentInstitution, VS) ->
|
||||
decode(ID, #domain_PaymentInstitution{
|
||||
wallet_system_account_set = SystemAccounts,
|
||||
identity = Identity,
|
||||
withdrawal_providers = WithdrawalProviders,
|
||||
p2p_providers = P2PProviders,
|
||||
withdrawal_providers_legacy = WithdrawalProviders,
|
||||
p2p_providers_legacy = P2PProviders,
|
||||
p2p_inspector = P2PInspector
|
||||
}) ->
|
||||
#{
|
||||
|
@ -39,7 +39,7 @@
|
||||
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.8.0">>},1},
|
||||
{<<"damsel">>,
|
||||
{git,"git@github.com:rbkmoney/damsel.git",
|
||||
{ref,"e9c18627e5cc5d6d95dbd820b323bf6165b0782e"}},
|
||||
{ref,"f31c36e83c484c21f9de05d3b753620d043ed888"}},
|
||||
0},
|
||||
{<<"dmt_client">>,
|
||||
{git,"https://github.com/rbkmoney/dmt_client.git",
|
||||
|
Loading…
Reference in New Issue
Block a user