Fix mixpanel event properties

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent ee6165dce0
commit c13ae1df3f
  1. 2
      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)

Loading…
Cancel
Save