-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Backend] Fix issue refunding uncompleted payments #6094
base: main
Are you sure you want to change the base?
Conversation
In favor of #2932 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6094 +/- ##
==========================================
- Coverage 88.82% 86.64% -2.19%
==========================================
Files 835 514 -321
Lines 18149 11891 -6258
==========================================
- Hits 16121 10303 -5818
+ Misses 2028 1588 -440 ☔ View full report in Codecov by Sentry. |
Hey @jtapia thank you for picking this up again after so much time. Seems cov was flaky. Thank you so much! |
7e914f7
to
4ce6200
Compare
@fthobe I believe the broken test is a flaky one. Could someone help me re-running the process on CircleCI? |
Hey @jtapia thanks for contributing. Can you put a See
Thanks! |
4ce6200
to
6a19837
Compare
@kennyadsl thanks, I have made the changes here: https://github.com/solidusio/solidus/pull/6094/files#diff-b8b2f84275223ed3dc20600049f3eba20911f6e12ed489c34be875590e272599R76, I noticed that |
@jtapia thanks! If the view contains logic, it's perfectly legit for codecov to compute the coverage there. It means that we added some conditional paths that are not currently tested. |
6a19837
to
bf82c87
Compare
bf82c87
to
4b11b05
Compare
4b11b05
to
a3199c1
Compare
Summary
Refund
button for uncompleted paymentsCredit
button for payment onvoid
andinvalid
stateChecklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed: