Skip to content

Commit

Permalink
Update cardName
Browse files Browse the repository at this point in the history
Co-authored-by: Vit Horacek <36083550+mountiny@users.noreply.github.com>
  • Loading branch information
waterim and mountiny authored Nov 10, 2024
1 parent 6ba20e3 commit 20cbbee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/CardUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function maskCard(lastFour = ''): string {
* Returns a masked credit card string.
* Converts given 'X' to '•' for the entire card string.
*
* @param [cardName=""] - card name with XXXX in the middle.
* @param cardName - card name with XXXX in the middle.
* @returns - The masked card string.
*/
function maskCardNumber(cardName: string): string {
Expand Down

0 comments on commit 20cbbee

Please sign in to comment.