mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 02:45:20 +00:00
Merge branch 'master' into epic/TD-927-progressor-prototype
This commit is contained in:
commit
e40b1bcf2d
@ -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)
|
||||
}.
|
||||
|
@ -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:
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user