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:
Andrey Fadeev 2020-08-03 17:44:16 +03:00 committed by GitHub
parent f109ae3d5b
commit 2a882cb5ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -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}).

View File

@ -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