-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [IOBP-953] Capitalize transaction fields (#6365)
## Short description This pull request includes importing and utilizing a new utility function for text capitalization, and updating the test cases to cover new scenarios. ## List of changes proposed in this pull request - Apply `capitalizeTextName` to `getPayerInfoLabel` function - Update test suite of `getPayerInfoLabel` to handle uppercase string ## How to test - Go in `Pagamenti` - Tap on a transaction - Check _Eseguita da_ and _Metodo intestato a_ field to be capitalize (Edit `PaymentsBizEventsTransactionInfoSection` file with custom string and check results) --------- Co-authored-by: Alessandro <[email protected]>
- Loading branch information
1 parent
cb1583e
commit 0881665
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters