From 3793c01c128d939774c0a65e8c93314332027fc4 Mon Sep 17 00:00:00 2001 From: piotr-gralicki-cko Date: Tue, 12 May 2026 10:38:10 +0200 Subject: [PATCH 1/2] feat: forward provision_network_token in card action payload --- src/processout/processout.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/processout/processout.ts b/src/processout/processout.ts index 8cafc2d..2ae8095 100644 --- a/src/processout/processout.ts +++ b/src/processout/processout.ts @@ -1778,6 +1778,7 @@ module ProcessOut { preferred_card_type: options.preferred_card_type, split_allocations: options.split_allocations, installment_plan_id: options.installment_plan_id, + provision_network_token: options.provision_network_token, } payload = this.injectDeviceData(payload) From 095be2551deb8da4666d6d33b50142953e6c8203 Mon Sep 17 00:00:00 2001 From: piotr-gralicki-cko Date: Tue, 12 May 2026 10:44:56 +0200 Subject: [PATCH 2/2] chore: bump version to 1.9.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 71c5e1c..a4a8b86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "processout.js", - "version": "1.9.2", + "version": "1.9.3", "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",