Skip to content

Commit

Permalink
refactor: update PaymentInfoData cardInfo type to cardLast4
Browse files Browse the repository at this point in the history
  • Loading branch information
r41ph committed Sep 26, 2024
1 parent 3720b50 commit bd3fa20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export type CreditsData = {

export type PaymentInfoData = {
nameOnCard: string;
cardInfo: string;
cardLast4: string;
denom: Currency;
};

Expand Down

0 comments on commit bd3fa20

Please sign in to comment.