Skip to content

Commit 2b71c59

Browse files
author
Night
committed
small fix
1 parent 262f315 commit 2b71c59

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

payme/views.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ def get_statement(self, params) -> response.GetStatement:
300300
"create_time": time_to_payme(transaction.created_at),
301301
"perform_time": time_to_payme(transaction.performed_at),
302302
"cancel_time": time_to_payme(transaction.cancelled_at),
303+
"time": time_to_payme(transaction.created_at),
303304
})
304305

305306
return result.as_resp()

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='payme-pkg',
11-
version='3.0.27',
11+
version='3.0.28',
1212
license='MIT',
1313
author="Muhammadali Akbarov",
1414
author_email='muhammadali17abc@gmail.com',

0 commit comments

Comments
 (0)