Add uzcard as payment system (#364)

This commit is contained in:
Sergey Yelin 2021-02-03 11:58:53 +03:00 committed by GitHub
parent 5a4b578bd9
commit e20d85f71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -146,6 +146,8 @@ decode_payment_system(<<"NSPK MIR">>) -> {ok, nspkmir};
decode_payment_system(<<"ELO">>) -> {ok, elo};
decode_payment_system(<<"RUPAY">>) -> {ok, rupay};
decode_payment_system(<<"EBT">>) -> {ok, ebt};
decode_payment_system(<<"DUMMY">>) -> {ok, dummy};
decode_payment_system(<<"UZCARD">>) -> {ok, uzcard};
decode_payment_system(PaymentSystem) -> {error, {unknown_payment_system, PaymentSystem}}.
decode_card_type(undefined) ->

View File

@ -40,7 +40,7 @@
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"2.8.0">>},1},
{<<"damsel">>,
{git,"git@github.com:rbkmoney/damsel.git",
{ref,"0eb2f7b6a1f521e76f439afaa2f2cee77411940e"}},
{ref,"e019402c4b8ad4bdd0eceea7ff301357a1ff315a"}},
0},
{<<"dmt_client">>,
{git,"https://github.com/rbkmoney/dmt_client.git",
@ -68,7 +68,7 @@
0},
{<<"fistful_proto">>,
{git,"git@github.com:rbkmoney/fistful-proto.git",
{ref,"03f620b54774f251a05ccab93146a425775ec018"}},
{ref,"751bbf864ce1ae76250724b10153cfb8c5276a95"}},
0},
{<<"fistful_reporter_proto">>,
{git,"git@github.com:rbkmoney/fistful-reporter-proto.git",

@ -1 +1 @@
Subproject commit 465e073b5136daf039e89407422b645478a54cf3
Subproject commit 26c16204f6c3066d9dfa9a230fa3b4ea958cd2a3