Skip to content

Commit e086852

Browse files
feat: add capture_statement_descriptor to capture request
1 parent 7d96f5c commit e086852

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

processout/invoice.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@ def capture(self, source, options={}):
920920
'auto_capture_at': options.get("auto_capture_at"),
921921
'enable_three_d_s_2': options.get("enable_three_d_s_2"),
922922
'metadata': options.get("metadata"),
923+
'capture_statement_descriptor': options.get("capture_statement_descriptor"),
923924
'source': source}
924925

925926
response = Response(request.post(path, data, options))

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
setup(
44
name = 'processout',
55
packages = ['processout', 'processout.errors', 'processout.networking'],
6-
version = '6.26.0',
6+
version = '6.27.0',
77
description = 'ProcessOut API bindings.',
88
author = 'ProcessOut',
99
author_email = '[email protected]',
1010
url = 'https://github.com/processout/processout-python',
11-
download_url = 'https://github.com/processout/processout-python/tarball/6.26.0',
11+
download_url = 'https://github.com/processout/processout-python/tarball/6.27.0',
1212
keywords = ['ProcessOut', 'api', 'bindings'],
1313
classifiers = [],
1414
)

0 commit comments

Comments
 (0)