mirror of
https://github.com/valitydev/party-management.git
synced 2024-11-06 09:15:18 +00:00
* HG-354: add contractors and wallets in party (#205) * switch to epic damsel rbkmoney/damsel@3af8098 * add support for wallet blocking & suspension * contractor modification support * wallet modification support * fix account creation side effects * add minimal tests * add wallet blocking & suspension tests * add simple checks for contractor & wallet * new checks & exceptions for wallets & contractors * add marchaling for old events * add catch-all clause to claim effect marshaling (#222) * HG-379: add wallet service terms support (#223) * HG-379: add wallet service terms support * maybe * replace `shop` with `shop_id` in varset * check wallets terms for currencies instead of payment terms * fix tests * make identification level for legacy contracts more correct * Bump to rbkmoney/damsel@3549c635 * Switch to master rbkmoney/damsel@36907b0e * Switch to master rbkmoney/dominant@4e296b03 * Attempt to easily fix test failures * Attempt to fix test failures
This commit is contained in:
parent
90850ead4e
commit
d7d318f1ff
@ -17,7 +17,7 @@ services:
|
||||
condition: service_healthy
|
||||
|
||||
dominant:
|
||||
image: dr.rbkmoney.com/rbkmoney/dominant:1756bbac6999fa46fbe44a72c74c02e616eda0f6
|
||||
image: dr.rbkmoney.com/rbkmoney/dominant:8432bd3b0b9137d4703402e26275ec991727dc19
|
||||
command: /opt/dominant/bin/dominant foreground
|
||||
depends_on:
|
||||
machinegun:
|
||||
|
@ -8,7 +8,7 @@
|
||||
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"1.0.2">>},2},
|
||||
{<<"dmsl">>,
|
||||
{git,"git@github.com:rbkmoney/damsel.git",
|
||||
{ref,"f7dff17fc8981e939e9e3778a3eccb13ca886fa5"}},
|
||||
{ref,"7eeedc118d37b551208e1d1736d18a689726582f"}},
|
||||
0},
|
||||
{<<"dmt_client">>,
|
||||
{git,"git@github.com:rbkmoney/dmt_client.git",
|
||||
|
Loading…
Reference in New Issue
Block a user