mirror of
https://github.com/simple-login/app.git
synced 2025-11-01 19:17:10 +08:00
warning log for "cancel subscription"
This commit is contained in:
parent
6cc8dd548c
commit
516485d4d6
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ def setup_paddle_callback(app: Flask):
|
|||
sub: Subscription = Subscription.get_by(subscription_id=subscription_id)
|
||||
if sub:
|
||||
# cancellation_effective_date should be the same as next_bill_date
|
||||
LOG.error(
|
||||
LOG.warning(
|
||||
"Cancel subscription %s %s on %s, next bill date %s",
|
||||
subscription_id,
|
||||
sub.user,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue