Closed knit-pay closed 3 years ago
Merging #36 (75f2aa0) into develop (e1ec4da) will decrease coverage by
0.05%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #36 +/- ##
=============================================
- Coverage 18.17% 18.11% -0.06%
- Complexity 2601 2604 +3
=============================================
Files 102 102
Lines 9053 9080 +27
=============================================
Hits 1645 1645
- Misses 7408 7435 +27
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/Admin/AdminGatewayPostType.php | 0.00% <ø> (ø) |
46.00 <0.00> (ø) |
|
src/Settings.php | 0.00% <0.00%> (ø) |
5.00% <0.00%> (ø%) |
|
src/Admin/AdminModule.php | 0.00% <0.00%> (ø) |
87.00% <0.00%> (ø%) |
|
src/Admin/AdminSettings.php | 0.00% <0.00%> (ø) |
17.00% <0.00%> (ø%) |
|
src/Subscriptions/SubscriptionsModule.php | 0.00% <0.00%> (ø) |
117.00% <0.00%> (+3.00%) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e1ec4da...75f2aa0. Read the comment docs.
Hi @remcotolsma, Have you checked it? Is the change I made helpful?
Thanks for your patience. We don't know if it's always ok to delete settings that are not posted. That's why we fixed this differently for now: https://github.com/wp-pay/core/commit/17195bec4b51b2146b219f1e1791dc7894bc54d6.
In Payment gateways like "ogone-directlink" if we check the checkbox, it gets updated when we save it. But if we try to uncheck and save it, it does not get updated. This is the bug fix for the same.