Skip to content

Commit 047b13b

Browse files
feat: Add new captue_type field
1 parent bf78df1 commit 047b13b

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
@@ -1137,6 +1137,7 @@ def capture(self, source, options={}):
11371137
'override_mac_blocking': options.get("override_mac_blocking"),
11381138
'external_three_d_s': options.get("external_three_d_s"),
11391139
'save_source': options.get("save_source"),
1140+
'capture_type': options.get("capture_type"),
11401141
'source': source}
11411142

11421143
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 = '7.4.0',
6+
version = '7.5.0',
77
description = 'ProcessOut API bindings.',
88
author = 'ProcessOut',
99
author_email = 'hi@processout.com',
1010
url = 'https://github.com/processout/processout-python',
11-
download_url = 'https://github.com/processout/processout-python/tarball/7.4.0',
11+
download_url = 'https://github.com/processout/processout-python/tarball/7.5.0',
1212
keywords = ['ProcessOut', 'api', 'bindings'],
1313
classifiers = [],
1414
)

0 commit comments

Comments
 (0)