Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [IOBP-1037] Remove asterisks from card transaction info (#6484)
## Short description This pull request add a new utility function and its integration into the `PaymentsBizEventsTransactionInfoSection` component to handle the removal of asterisks from payment information ## List of changes proposed in this pull request - Add `removeAsterisks` function that replaces asterisks in a given string with an empty string - Apply the new `removeAsterisks` utility function to the wallet information to remove asterisks from the blurred number display ## How to test - Mock a `blurredNumber` with some `*` and the card number at the end - Verify that `*` are not render
- Loading branch information