diff --git a/package.json b/package.json index e8345e9..e50170d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "processout.js", - "version": "1.4.3", + "version": "1.4.4", "description": "ProcessOut.js is a JavaScript library for ProcessOut's payment processing API.", "scripts": { "build:processout": "tsc -p src/processout && uglifyjs --compress --keep-fnames --ie8 dist/processout.js -o dist/processout.js", diff --git a/src/processout/processout.ts b/src/processout/processout.ts index 2285007..7fd8742 100644 --- a/src/processout/processout.ts +++ b/src/processout/processout.ts @@ -1680,6 +1680,7 @@ module ProcessOut { allow_fallback_to_sale: options.allow_fallback_to_sale, capture_amount: options.capture_amount, auto_capture_at: options.auto_capture_at, + capture_type: options.capture_type, source: source, enable_three_d_s_2: true,