-
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
chore: [IOBP-451] Add update wallet services API #331
Conversation
…wallet-onboarding-patch
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #331 +/- ##
==========================================
- Coverage 67.91% 67.73% -0.18%
==========================================
Files 154 154
Lines 5205 5232 +27
Branches 607 628 +21
==========================================
+ Hits 3535 3544 +9
+ Misses 1669 1589 -80
- Partials 1 99 +98
... and 30 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
) ## Short description This PR implements a toggle to update the pagoPA capability status inside the wallet details screen; ## List of changes proposed in this pull request - Added a new action `walletDetailsPagoPaCapabilityToggle` - Adapted the `WalletDetailsPagoPaPaymentCapability` component; - Added a new saga `handleTogglePagoPaCapability` that manages the toggle of the services that have `PAGOPA` as the service name, updating the status to `DISABLED` or `ENABLED` - ## How to test - Checkout this PR from io-dev-api-server: pagopa/io-dev-api-server#331 - Complete the new wallet onboarding process from the `New Wallet Playground` - After you add a payment method correctly, you should be able to see the wallet details with a switch that can be toggled ## Preview https://github.com/pagopa/io-app/assets/34343582/7884038e-97ab-444e-a02f-e8073e04f1e1
Short description
This PR adds the endpoint about the PUT method to the wallet update services;
List of changes proposed in this pull request