Skip to content

Commit

Permalink
Add Przelewy24
Browse files Browse the repository at this point in the history
  • Loading branch information
hobailey committed Jul 27, 2015
1 parent 6a4628a commit 6a9f5cc
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/com/mangopay/core/enumerations/CardType.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,10 @@ public enum CardType {
/**
* MAESTRO card type.
*/
MAESTRO
MAESTRO,

/**
* P24 (Przelewy24) card type.
*/
P24
}

0 comments on commit 6a9f5cc

Please sign in to comment.