mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 02:45:20 +00:00
pass make_recurrent to inspector (#532)
This commit is contained in:
parent
490958222b
commit
983ba4d48b
@ -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,
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user