-
Notifications
You must be signed in to change notification settings - Fork 106
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
feat(Bonus Pagamenti Digitali): [#175115845] Add networking and store logic to support pans search #2263
Conversation
Affected stories
|
Codecov Report
@@ Coverage Diff @@
## master #2263 +/- ##
==========================================
+ Coverage 47.83% 47.89% +0.06%
==========================================
Files 539 541 +2
Lines 15640 15689 +49
Branches 3138 3147 +9
==========================================
+ Hits 7481 7515 +34
- Misses 8118 8133 +15
Partials 41 41
Continue to review full report at Codecov.
|
@@ -20,14 +23,16 @@ export type WalletState = Readonly<{ | |||
payment: PaymentState; | |||
pspsById: PspStateById; | |||
abi: AbiState; | |||
bancomat: BancomatState; |
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.
Can we change the store path from wallet/bancomat/onboarding/pans
to wallet/onboarding/bancomat/pans
just to follow the project foldering?
Codecov Report
@@ Coverage Diff @@
## master #2263 +/- ##
==========================================
+ Coverage 47.85% 47.92% +0.06%
==========================================
Files 541 543 +2
Lines 15736 15785 +49
Branches 2896 3158 +262
==========================================
+ Hits 7531 7565 +34
- Misses 8163 8178 +15
Partials 42 42
Continue to review full report at Codecov.
|
Short description
This PR adds all stuffs needed to support pans search
/bancomat/pans
Cards
becauseCard
has a wrong codec auto-generatedwallet.bancomat
. This section now contains onlyonboarding.pans
sections to hold pans array derived from pans searchhow to test
support-bpd
branch