We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60cb884 commit 3d4ef2fCopy full SHA for 3d4ef2f
2 files changed
method/resources/Payments/Payment.py
@@ -12,6 +12,7 @@
12
'processing',
13
'failed',
14
'sent',
15
+ 'posted',
16
'reversed',
17
'reversal_required',
18
'reversal_processing',
@@ -26,6 +27,7 @@
26
27
'clearing',
28
29
30
31
'unknown'
32
]
33
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='method-python',
5
- version='1.1.3',
+ version='1.1.4',
6
description='Python library for the Method API',
7
long_description='Python library for the Method API',
8
long_description_content_type='text/x-rst',
0 commit comments