-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: [IOBP-1231] Removed total amount from IdPayCard if reward type is EXPENSE
#6771
chore: [IOBP-1231] Removed total amount from IdPayCard if reward type is EXPENSE
#6771
Conversation
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6771 +/- ##
=======================================
Coverage 51.08% 51.09%
=======================================
Files 1581 1581
Lines 32701 32707 +6
Branches 7359 7362 +3
=======================================
+ Hits 16705 16711 +6
Misses 15950 15950
Partials 46 46
Continue to review full report in Codecov by Sentry.
|
Short description
This PR removes the total amount label from the IdPayCard shown in the wallet home screen if the IdPay initiative is of the
EXPENSE
type.List of changes proposed in this pull request
IdPayCard
to show the total amount;How to test
With the dev-server started, onboard a new IDPay EXPENSE type and check that you don't see the total amount inside the wallet home page.