pass make_recurrent to inspector (#532)

This commit is contained in:
dinama 2020-12-24 14:10:19 +03:00 committed by GitHub
parent 490958222b
commit 983ba4d48b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -72,7 +72,8 @@ get_payment_info(
created_at = CreatedAt,
domain_revision = Revision,
payer = Payer,
cost = Cost
cost = Cost,
make_recurrent = MakeRecurrent
}
) ->
Party = #proxy_inspector_Party{
@ -98,7 +99,8 @@ get_payment_info(
id = PaymentID,
created_at = CreatedAt,
payer = Payer,
cost = Cost
cost = Cost,
make_recurrent = MakeRecurrent
},
#proxy_inspector_PaymentInfo{
party = Party,

View File

@ -11,7 +11,7 @@
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.9.1">>},2},
{<<"damsel">>,
{git,"git@github.com:rbkmoney/damsel.git",
{ref,"2767d3d6c5581a796fab3290530a2230f5167b11"}},
{ref,"0eb2f7b6a1f521e76f439afaa2f2cee77411940e"}},
0},
{<<"dmt_client">>,
{git,"git@github.com:rbkmoney/dmt_client.git",