mirror of
https://github.com/valitydev/fistful-server.git
synced 2024-11-06 02:35:18 +00:00
MSPF-560 Add RuPay payment system (#272)
* Bump to rbkmoney/fistful-proto@82df93 * Bump to rbkmoney/swag-wallets@2f9ebc0a * Add RuPay decoding
This commit is contained in:
parent
f109ae3d5b
commit
2a882cb5ae
@ -117,6 +117,7 @@ decode_payment_system(<<"CHINA UNION PAY">>) -> unionpay;
|
||||
decode_payment_system(<<"JCB">>) -> jcb;
|
||||
decode_payment_system(<<"NSPK MIR">>) -> nspkmir;
|
||||
decode_payment_system(<<"ELO">>) -> elo;
|
||||
decode_payment_system(<<"RUPAY">>) -> rupay;
|
||||
decode_payment_system(_) ->
|
||||
erlang:error({decode_payment_system, invalid_payment_system}).
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
||||
0},
|
||||
{<<"fistful_proto">>,
|
||||
{git,"git@github.com:rbkmoney/fistful-proto.git",
|
||||
{ref,"367d8285ef9e40fb78b3fe63fc629fd7a3daf19f"}},
|
||||
{ref,"82df937eb1c1486078640fe6f84777e0cadba46f"}},
|
||||
0},
|
||||
{<<"fistful_reporter_proto">>,
|
||||
{git,"git@github.com:rbkmoney/fistful-reporter-proto.git",
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit eca78dd032f92533bee4b607753b0bb33bd58706
|
||||
Subproject commit e0199c3d856d3107d26d8056b19cb58bb0d3e340
|
Loading…
Reference in New Issue
Block a user