-
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
chore: [#176983007] Restore payment attempt saving #2846
Conversation
…w-3ds2' into 176983293-paywebview-3ds2
…76981421-payment-flow-3ds2 # Conflicts: # ts/components/wallet/PayWebViewModal.tsx
remove useless actions from analytics get payment psp from store instead from wallet
dispatch end web view distinguish from exit gracefully or by user
…low-3ds2' into 176981421-payment-flow-3ds2
Co-authored-by: Simone <[email protected]>
Affected stories
|
Codecov Report
@@ Coverage Diff @@
## master #2846 +/- ##
==========================================
- Coverage 57.04% 57.03% -0.01%
==========================================
Files 824 824
Lines 22866 22888 +22
Branches 4287 4295 +8
==========================================
+ Hits 13043 13055 +12
- Misses 9736 9746 +10
Partials 87 87
Continue to review full report at Codecov.
|
Co-authored-by: Jacopo Pompilii <[email protected]>
Co-authored-by: Jacopo Pompilii <[email protected]>
…6-handle-payment-outcome
…983007-restore-payment-attempt-save
…983007-restore-payment-attempt-save
@@ -109,7 +112,21 @@ class PaymentHistoryDetailsScreen extends React.Component<Props> { | |||
color: paymentInfo.color, | |||
description: paymentInfo.text11 | |||
}; | |||
const errorDetail = fromNullable(getErrorDescription(payment.failure)); | |||
const errorDetail = fromNullable(getErrorDescription(payment.failure)).alt( |
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 you add a comment here?
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.
Added within 192488f
Short description
This PR restores the saving of a payment attempts.
With the new 3DS2 we have different signals to know if a payment ends successfully or not