diff --git a/apps/payment/views.py b/apps/payment/views.py index 6234894a..60523a09 100644 --- a/apps/payment/views.py +++ b/apps/payment/views.py @@ -207,7 +207,7 @@ class PaymentwallCallbackView(View): payment.user.id, f'{product_type_name.title()} payment', now().strftime('%Y-%m-%dT%H:%M:%S'), - properties=properties, + properties, ) author_balance = getattr(payment, 'author_balance', None)