Skip to content

Commit

Permalink
temporarily keep maskedPan
Browse files Browse the repository at this point in the history
  • Loading branch information
grgia committed Sep 22, 2023
1 parent f7a59a8 commit d00cc56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/onyx/Card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type Card = {
bank: string;
availableSpend: number;
domainName: string;
maskedPan: string; // do not reference, removing as part of Expensify/App#27943
lastFourPAN: string;
cardName: string;
isVirtual: boolean;
Expand Down

0 comments on commit d00cc56

Please sign in to comment.