From 01f8202dc1501fbd312b1972bee373f9a2d028ea Mon Sep 17 00:00:00 2001 From: Ivlev Denis Date: Sun, 1 Jul 2018 08:30:24 +0300 Subject: [PATCH] Fix transaction_to_roistat --- apps/payment/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/payment/views.py b/apps/payment/views.py index 492a43af..9852e128 100644 --- a/apps/payment/views.py +++ b/apps/payment/views.py @@ -256,7 +256,7 @@ class PaymentwallCallbackView(View): payment.id, f'{product_type_name.title()} payment', payment.amount, - now().strftime('%Y-%m-%dT%H:%M:%S'), + now().strftime('%Y-%m-%d %H:%M:%S'), pingback.get_type(), product_type_name, )