-
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): [#174847335,#174847371,#174847398] Iban ko screens #2261
Conversation
…on-store-reducers
…tion-store-reducers
…on-store-reducers
…on-store-reducers
Codecov Report
@@ Coverage Diff @@
## master #2261 +/- ##
==========================================
+ Coverage 47.83% 47.89% +0.05%
==========================================
Files 539 541 +2
Lines 15640 15696 +56
Branches 3136 3145 +9
==========================================
+ Hits 7481 7517 +36
- Misses 8118 8137 +19
- Partials 41 42 +1
Continue to review full report at Codecov.
|
…d.ts Co-authored-by: Matteo Boschi <[email protected]>
Co-authored-by: Matteo Boschi <[email protected]>
…anInsertionScreen
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.
this will be merged after #2259
…onent.tsx Co-authored-by: Matteo Boschi <[email protected]>
…onent.tsx Co-authored-by: Matteo Boschi <[email protected]>
…app into 174847335-IbanKOWrong
Codecov Report
@@ Coverage Diff @@
## master #2261 +/- ##
==========================================
+ Coverage 47.79% 47.83% +0.04%
==========================================
Files 540 541 +1
Lines 15680 15720 +40
Branches 3145 2895 -250
==========================================
+ Hits 7494 7520 +26
- Misses 8145 8158 +13
- Partials 41 42 +1
Continue to review full report at Codecov.
|
This pr depends on #2259
Short description
This pr adds all the ko screens for the IBAN insertion.
List of changes proposed in this pull request
BaseTypography
(styles received not applied)FooterTwoButtons
to support also the layoutTwoButtonsInlineHalf
(waiting to create a new core component)IbanKOCannotVerify
,IbanKoNotOwned
andIbanKoWrong
in order to reflect the design.paymentInstrumentUpsertReducer
(when receive a200 - IbanStatus.NOT_VALID
the value was cleared).How to test
bpdIbanInsertionStart()
and try different response from the dev server.