Skip to content

Commit

Permalink
Merge cc0ad19 into 68bd2e0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjhesk committed Dec 13, 2016
2 parents 68bd2e0 + cc0ad19 commit 86e2c07
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ public enum EmvCardScheme {
SPAN("Saudi Payments Network", null, "A0 00 00 02 28"), //
INTERAC("Interac", null, "A0 00 00 02 77"), //
ZIP("Discover Card", null, "A0 00 00 03 24"), //
UNIONPAY("UnionPay", "^62[0-9]{14,17}", "A0 00 00 03 33"), //
UNIONPAY("UnionPay", "^62[0-5]{13,16}", "A0 00 00 03 33"), //

This comment has been minimized.

Copy link
@jdust69

jdust69 Jan 9, 2017

85

EAPS("Euro Alliance of Payment Schemes", null, "A0 00 00 03 59"), //
VERVE("Verve", null, "A0 00 00 03 71"), //
TENN("The Exchange Network ATM Network", null, "A0 00 00 04 39"), //
Expand Down

0 comments on commit 86e2c07

Please sign in to comment.