Skip to content

Commit

Permalink
Add Visa 13-digit card tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Apr 2, 2021
1 parent 0359be8 commit 968af6c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>us.fatehi</groupId>
<artifactId>magnetictrackparser</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
<packaging>jar</packaging>
<name>Magnetic Track Parser</name>
<description>Magnetic Track Parser is a library that can parse magnetic tracks from a bank issued card. All classes are immutable and thread-safe. The standard `toString()` function formats data in a readable form.</description>
Expand Down Expand Up @@ -63,8 +63,8 @@
</dependency>
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>credit_card_number</artifactId>
<version>3.0.0</version>
<artifactId>creditcardnumber</artifactId>
<version>3.0.1</version>
</dependency>
</dependencies>
<properties>
Expand Down

0 comments on commit 968af6c

Please sign in to comment.