From 4002617cca1fb2e67b9faedd33318adfb044020c Mon Sep 17 00:00:00 2001 From: nikita Date: Fri, 23 Nov 2018 12:42:28 +0300 Subject: [PATCH] command fixes --- .../payment/management/commands/send_transactions_to_roistat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/payment/management/commands/send_transactions_to_roistat.py b/apps/payment/management/commands/send_transactions_to_roistat.py index 14ee6ee6..6b47ab32 100644 --- a/apps/payment/management/commands/send_transactions_to_roistat.py +++ b/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, )