-
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
fix: Handle ach case #3696
base: main
Are you sure you want to change the base?
fix: Handle ach case #3696
Conversation
Bundle ReportChanges will increase total bundle size by 193 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-production-esmAssets Changed:
Files in
Files in
view changes for bundle: gazebo-production-systemAssets Changed:
Files in
Files in
|
Bundle ReportChanges will increase total bundle size by 193 bytes (0.0%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: gazebo-staging-esmAssets Changed:
Files in
Files in
view changes for bundle: gazebo-staging-systemAssets Changed:
Files in
Files in
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3696 +/- ##
=======================================
Coverage 98.75% 98.75%
=======================================
Files 828 828
Lines 14875 14877 +2
Branches 4230 4224 -6
=======================================
+ Hits 14690 14692 +2
Misses 176 176
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
❌ 1 Tests Failed:
View the top 1 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #3696 +/- ##
=======================================
Coverage 98.75% 98.75%
=======================================
Files 828 828
Lines 14875 14877 +2
Branches 4222 4224 +2
=======================================
+ Hits 14690 14692 +2
Misses 176 176
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #3696 +/- ##
=======================================
Coverage 98.75% 98.75%
=======================================
Files 828 828
Lines 14875 14877 +2
Branches 4230 4224 -6
=======================================
+ Hits 14690 14692 +2
Misses 176 176
Partials 9 9
Continue to review full report in Codecov by Sentry.
|
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.
looks good!
Fixes scenario where user sets up an initial checkout session with an instant payment method (like credit card), then they go to put in a new delayed notification payment method (e.g., ACH microdeposits). Then during these 2 days of waiting, they go to upgrade their Codecov account from Team to Pro. This should NOT show the modal that says it will cancel their existing incomplete upgrade. The modal should only show if this is the initial checkout session. This PR fixes that logic.