pronamic / wp-pay-core

Core components for the WordPress payment processing library. This library is used in the WordPress plugin Pronamic Pay: https://www.pronamicpay.com/, but also allows other plugin developers to set up a payment plugin.
https://www.wp-pay.org/
GNU General Public License v3.0
27 stars 3 forks source link

Remove forms leftovers. #141

Closed rvdsteege closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 25.00% and project coverage change: +1.18 :tada:

Comparison is base (51cdd47) 20.57% compared to head (a466897) 21.76%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #141 +/- ## ============================================ + Coverage 20.57% 21.76% +1.18% + Complexity 2690 2541 -149 ============================================ Files 112 105 -7 Lines 10794 10113 -681 ============================================ - Hits 2221 2201 -20 + Misses 8573 7912 -661 ``` | [Impacted Files](https://app.codecov.io/gh/pronamic/wp-pay-core/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pronamic) | Coverage Δ | | |---|---|---| | [src/Admin/AdminModule.php](https://app.codecov.io/gh/pronamic/wp-pay-core/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pronamic#diff-c3JjL0FkbWluL0FkbWluTW9kdWxlLnBocA==) | `0.00% <ø> (ø)` | | | [src/Admin/AdminPaymentPostType.php](https://app.codecov.io/gh/pronamic/wp-pay-core/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pronamic#diff-c3JjL0FkbWluL0FkbWluUGF5bWVudFBvc3RUeXBlLnBocA==) | `0.00% <ø> (ø)` | | | [src/Admin/AdminSettings.php](https://app.codecov.io/gh/pronamic/wp-pay-core/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pronamic#diff-c3JjL0FkbWluL0FkbWluU2V0dGluZ3MucGhw) | `0.00% <ø> (ø)` | | | [src/Admin/Install.php](https://app.codecov.io/gh/pronamic/wp-pay-core/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pronamic#diff-c3JjL0FkbWluL0luc3RhbGwucGhw) | `0.00% <ø> (ø)` | | | [src/Blocks/BlocksModule.php](https://app.codecov.io/gh/pronamic/wp-pay-core/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pronamic#diff-c3JjL0Jsb2Nrcy9CbG9ja3NNb2R1bGUucGhw) | `0.00% <ø> (ø)` | | | [src/LicenseManager.php](https://app.codecov.io/gh/pronamic/wp-pay-core/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pronamic#diff-c3JjL0xpY2Vuc2VNYW5hZ2VyLnBocA==) | `0.00% <0.00%> (ø)` | | | [src/Payments/Payment.php](https://app.codecov.io/gh/pronamic/wp-pay-core/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pronamic#diff-c3JjL1BheW1lbnRzL1BheW1lbnQucGhw) | `47.14% <0.00%> (+1.56%)` | :arrow_up: | | [src/Payments/PaymentInfoHelper.php](https://app.codecov.io/gh/pronamic/wp-pay-core/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pronamic#diff-c3JjL1BheW1lbnRzL1BheW1lbnRJbmZvSGVscGVyLnBocA==) | `71.66% <ø> (-1.29%)` | :arrow_down: | | [src/Plugin.php](https://app.codecov.io/gh/pronamic/wp-pay-core/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pronamic#diff-c3JjL1BsdWdpbi5waHA=) | `18.63% <ø> (-0.63%)` | :arrow_down: | | [src/Settings.php](https://app.codecov.io/gh/pronamic/wp-pay-core/pull/141?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pronamic#diff-c3JjL1NldHRpbmdzLnBocA==) | `0.00% <ø> (ø)` | | | ... and [2 more](https://app.codecov.io/gh/pronamic/wp-pay-core/pull/141?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pronamic) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

rvdsteege commented 1 year ago

Forms module has been transformed to a plugin integration in https://github.com/pronamic/wp-pronamic-pay-forms/commit/968183d7f281b76e595241a28a83d99a1731c0e5

The forms integration is registered as plugin integration in https://github.com/pronamic/wp-pronamic-pay/commit/6174b96f3924828f3a8429f92e128a5413769bcd