command fixes

remotes/origin/feature/LIL-711
nikita 7 years ago
parent 9d7955f97d
commit 4002617cca
  1. 2
      apps/payment/management/commands/send_transactions_to_roistat.py

@ -32,7 +32,7 @@ class Command(BaseCommand):
f'Payment {payment.id}',
payment.amount,
payment.update_at.strftime('%Y-%m-%d %H:%M:%S'),
0,
f'PINGBACK_TYPE_REGULAR',
f'Payment {payment.id}',
payment.roistat_visit,
)

Loading…
Cancel
Save