Skip to content

Commit 3d4ef2f

Browse files
authored
added posted enum to PaymentStatusesLiterals (#44)
* added posted enum to PaymentStatusesLiterals * version bump * added posted enum to PaymentFundStatusesLiterals
1 parent 60cb884 commit 3d4ef2f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

method/resources/Payments/Payment.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
'processing',
1313
'failed',
1414
'sent',
15+
'posted',
1516
'reversed',
1617
'reversal_required',
1718
'reversal_processing',
@@ -26,6 +27,7 @@
2627
'clearing',
2728
'failed',
2829
'sent',
30+
'posted',
2931
'unknown'
3032
]
3133

setup.py

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

33
setup(
44
name='method-python',
5-
version='1.1.3',
5+
version='1.1.4',
66
description='Python library for the Method API',
77
long_description='Python library for the Method API',
88
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)