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

Show payments without periods in subscription payments meta box. #134

Closed rvdsteege closed 1 year ago

rvdsteege commented 1 year ago

Fix #131.

codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (b55dff3) 20.57% compared to head (5307f89) 20.57%.

: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 #134 +/- ## ========================================= Coverage 20.57% 20.57% Complexity 2690 2690 ========================================= Files 112 112 Lines 10794 10794 ========================================= Hits 2221 2221 Misses 8573 8573 ```

: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

The changes in https://github.com/pronamic/wp-pay-core/pull/134/commits/eb91cc44d62058b2d3e7dbce0965c5900ef50cec split the payments into two sections:

Before Schermafbeelding 2023-06-22 om 16 19 33

After Schermafbeelding 2023-06-22 om 16 20 06

Fixed in https://github.com/pronamic/wp-pay-core/pull/134/commits/944611af8292114a4c82decb99bb30f66c4a62ac.