-
Notifications
You must be signed in to change notification settings - Fork 23
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: Add ACH payment flows #3673
base: main
Are you sure you want to change the base?
Conversation
Bundle ReportChanges will increase total bundle size by 20 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
|
❌ 13 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
❌ 13 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
✅ Deploy preview for gazebo ready!Previews expire after 1 month automatically.
|
❌ 13 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
❌ 9 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
a4cf665
to
6d8ff0c
Compare
6d8ff0c
to
fb74dde
Compare
const UnverifiedPaymentMethodAlert = ({ url }: { url?: string }) => { | ||
return ( | ||
<> | ||
<Alert variant={'warning'}> |
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.
nit: don't need to wrap that in {}
Your new payment method requires verification.{' '} | ||
<A | ||
href={url} | ||
isExternal={true} |
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.
nit: can just put isExternal
Add flows to handle when using ACH with async microdeposits. Need to adjust for the below flows:
This PR also handles some stripe error message rendering in the PaymentElement.
What "here" links to
codecov/engineering-team#2622