Skip to content

Commit

Permalink
Added a log line to debug weird cases. (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
facundobatista authored Jan 1, 2024
1 parent 7586b8b commit f02d537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/members/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def create_payment(
member, timestamp, amount, payment_strategy, first_unpaid=None,
comments='', custom_fee=None):
"""Create a payment from the given strategy to the specific member."""
logger.info("Creating payment! member=%s amount=%r custom_fee=%r", member, amount, custom_fee)
# get the latest unpaid monthly fee
if first_unpaid is None:
try:
Expand Down

0 comments on commit f02d537

Please sign in to comment.