-
Notifications
You must be signed in to change notification settings - Fork 4
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
[SIW-951] Refactor user wallet endpoints for payments feature #358
[SIW-951] Refactor user wallet endpoints for payments feature #358
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #358 +/- ##
==========================================
+ Coverage 70.38% 70.46% +0.08%
==========================================
Files 141 142 +1
Lines 4656 4669 +13
Branches 565 570 +5
==========================================
+ Hits 3277 3290 +13
Misses 1308 1308
Partials 71 71
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ction (#5639) > [!WARNING] > This PR depends on #5626 and pagopa/io-dev-api-server#358 ## Short description This PR adds the user's payment methods in the new wallet section ## List of changes proposed in this pull request - Added store and saga for the payments' `wallet` feature - Added card mapping for payment methods - Fixed a glitch in the ID Pay cards in wallet ## How to test With the `io-dev-api-server`, make sure to checkout this branch: pagopa/io-dev-api-server#358 From the **Profile** section, enable the **New wallet section** FF. You should be able to see payment cards in the wallet. ## Preview <img src="https://github.com/pagopa/io-app/assets/6160324/361f1808-48f9-425d-84d3-ef0ac7b6d62a" width="200" /> --------- Co-authored-by: Jacopo Pompilii <Jacopo.pompilii@pagopa.it> Co-authored-by: Martino Cesari Tomba <60693085+forrest57@users.noreply.github.com>
Short description
This PR refactors the user method's wallet in order to display more data on the IO app
How to test
Tests should solve correctly