Skip to content

Commit

Permalink
make the card's pan index retrieved from setPan method
Browse files Browse the repository at this point in the history
  • Loading branch information
adonese committed Aug 24, 2022
1 parent 5d89868 commit 78974c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/main/java/com/tuti/api/data/Card.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public String getPAN() {

public void setPAN(String PAN) {
this.PAN = PAN;
this.cardIndex = PAN;
}

@Override
Expand Down

0 comments on commit 78974c5

Please sign in to comment.