mirror of
https://github.com/valitydev/fistful-server.git
synced 2024-11-06 10:45:21 +00:00
Add uzcard as payment system (#364)
This commit is contained in:
parent
5a4b578bd9
commit
e20d85f71a
@ -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) ->
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user