From e15e1e6159efa608f1fb64eac4da8d5341d2d832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jasi=C5=84ski?= Date: Wed, 4 Mar 2026 11:43:32 +0100 Subject: [PATCH 1/2] feat: add apm additional data to dc --- examples/dynamic-checkout/index.html | 9 ++-- src/dynamic-checkout/config/payment-config.ts | 4 ++ src/dynamic-checkout/payment-methods/apm.ts | 31 +++++++++---- .../payment-methods/saved-apm.ts | 8 +++- src/processout/processout.ts | 46 ++++++++++++------- 5 files changed, 69 insertions(+), 29 deletions(-) diff --git a/examples/dynamic-checkout/index.html b/examples/dynamic-checkout/index.html index e8c126b..f2b1835 100644 --- a/examples/dynamic-checkout/index.html +++ b/examples/dynamic-checkout/index.html @@ -10,8 +10,8 @@