-
-
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 92.42% 88.69% -3.74%
==========================================
Files 389 829 +440
Lines 8005 17989 +9984
==========================================
+ Hits 7399 15956 +8557
- Misses 606 2033 +1427 ☔ 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. |
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: