warning log for "cancel subscription"

This commit is contained in:
Son NK 2020-05-21 20:07:41 +02:00
parent 6cc8dd548c
commit 516485d4d6
1 changed files with 1 additions and 1 deletions

View File

@ -483,7 +483,7 @@ def setup_paddle_callback(app: Flask):
sub: Subscription = Subscription.get_by(subscription_id=subscription_id) sub: Subscription = Subscription.get_by(subscription_id=subscription_id)
if sub: if sub:
# cancellation_effective_date should be the same as next_bill_date # 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", "Cancel subscription %s %s on %s, next bill date %s",
subscription_id, subscription_id,
sub.user, sub.user,