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, )