Skip to content

Commit

Permalink
Merge pull request #27945 from Expensify/georgia-lastFourPAN
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous authored Sep 22, 2023
2 parents 1f628bd + a7d09e7 commit 608f6d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/onyx/Card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ type Card = {
bank: string;
availableSpend: number;
domainName: string;
maskedPan: string;
maskedPan?: string; // do not reference, removing as part of Expensify/App#27943
lastFourPAN?: string;
cardName: string;
isVirtual: boolean;
fraud: ValueOf<typeof CONST.EXPENSIFY_CARD.FRAUD_TYPES>;
Expand Down

0 comments on commit 608f6d9

Please sign in to comment.