MSPF-561 Bump to rbkmoney/damsel@075185 (#247)

This commit is contained in:
Andrey Fadeev 2020-07-02 15:40:33 +03:00 committed by GitHub
parent bd6e43d7be
commit 99fbdb964a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -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{

View File

@ -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
}) ->
#{

View File

@ -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",