diff --git a/method/resources/Payments/Payment.py b/method/resources/Payments/Payment.py index 9cf4512..6b91e0c 100644 --- a/method/resources/Payments/Payment.py +++ b/method/resources/Payments/Payment.py @@ -12,6 +12,7 @@ 'processing', 'failed', 'sent', + 'posted', 'reversed', 'reversal_required', 'reversal_processing', @@ -26,6 +27,7 @@ 'clearing', 'failed', 'sent', + 'posted', 'unknown' ] diff --git a/setup.py b/setup.py index 9497393..5a69d22 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='method-python', - version='1.1.3', + version='1.1.4', description='Python library for the Method API', long_description='Python library for the Method API', long_description_content_type='text/x-rst',