Closed radekholy24 closed 6 months ago
Attention: Patch coverage is 93.75000%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 86.81%. Comparing base (
4742b76
) to head (e01a4ca
).
Files | Patch % | Lines |
---|---|---|
plans/admin.py | 83.33% | 1 Missing :warning: |
plans/base/models.py | 95.00% | 1 Missing :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@radekholy24 Thank you very much.
has_automatic_renewal
can indicate whether the renewal is initiated by this app or by the user. However, there is no way to indicate that the renewal is initiated by another (3rd party) mechanism such as by the payment provider's server (PayPal). This new field provides such functionality while preservinghas_automatic_renewal
property for backward compatibility.