Merge branch 'master' into epic/TD-927-progressor-prototype

This commit is contained in:
ttt161 2024-09-16 14:58:31 +03:00 committed by GitHub
commit e40b1bcf2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 6 deletions

View File

@ -17,7 +17,6 @@
shop_id => dmsl_domain_thrift:'ShopID'(),
risk_score => hg_inspector:risk_score(),
flow => instant | {hold, dmsl_domain_thrift:'HoldLifetime'()},
payout_method => dmsl_domain_thrift:'PayoutMethodRef'(),
wallet_id => dmsl_domain_thrift:'WalletID'(),
identification_level => dmsl_domain_thrift:'ContractorIdentificationLevel'()
}.
@ -28,7 +27,6 @@ prepare_varset(Varset) ->
category = genlib_map:get(category, Varset),
currency = genlib_map:get(currency, Varset),
amount = genlib_map:get(cost, Varset),
payout_method = genlib_map:get(payout_method, Varset),
wallet_id = genlib_map:get(wallet_id, Varset),
payment_tool = genlib_map:get(payment_tool, Varset),
identification_level = genlib_map:get(identification_level, Varset),
@ -41,7 +39,6 @@ prepare_contract_terms_varset(Varset) ->
#payproc_ComputeContractTermsVarset{
amount = genlib_map:get(cost, Varset),
shop_id = genlib_map:get(shop_id, Varset),
payout_method = genlib_map:get(payout_method, Varset),
payment_tool = genlib_map:get(payment_tool, Varset),
wallet_id = genlib_map:get(wallet_id, Varset),
bin_data = genlib_map:get(bin_data, Varset)
@ -51,6 +48,5 @@ prepare_contract_terms_varset(Varset) ->
prepare_shop_terms_varset(Varset) ->
#payproc_ComputeShopTermsVarset{
amount = genlib_map:get(cost, Varset),
payout_method = genlib_map:get(payout_method, Varset),
payment_tool = genlib_map:get(payment_tool, Varset)
}.

View File

@ -99,7 +99,7 @@ services:
disable: true
party-management:
image: ghcr.io/valitydev/party-management:sha-7c202dc
image: ghcr.io/valitydev/party-management:sha-9af7d71
command: /opt/party-management/bin/party-management foreground
depends_on:
machinegun:

View File

@ -27,7 +27,7 @@
{<<"ctx">>,{pkg,<<"ctx">>,<<"0.6.0">>},2},
{<<"damsel">>,
{git,"https://github.com/valitydev/damsel.git",
{ref,"e5d3c83a240ba716348c6fbd816ea8e4d864472f"}},
{ref,"9d4aa513fcbc1cc7ba5eedd9f96d8bc8590a6ac2"}},
0},
{<<"dmt_client">>,
{git,"https://github.com/valitydev/dmt-client.git",