Skip to content

Commit

Permalink
replace maskedPan with lastFourPAN
Browse files Browse the repository at this point in the history
  • Loading branch information
grgia committed Sep 21, 2023
1 parent c806bca commit f7a59a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/onyx/Card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type Card = {
bank: string;
availableSpend: number;
domainName: string;
maskedPan: string;
lastFourPAN: string;
cardName: string;
isVirtual: boolean;
fraud: ValueOf<typeof CONST.EXPENSIFY_CARD.FRAUD_TYPES>;
Expand Down

0 comments on commit f7a59a8

Please sign in to comment.