From 3a212f3c1d022cd846448a4261e69d8296831d15 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 11 Jul 2021 21:17:38 +0600 Subject: [PATCH 1/2] Update Klarna Checout / ecommerce , payment proccessor --- src/technologies.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 72b3cb251..995cb3b0e 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -10842,8 +10842,16 @@ "description": "Klarna Checkout is a complete payment solution where Klarna handles a store's entire checkout.", "icon": "Klarna.svg", "js": { - "_klarnaCheckout": "" + "_klarnaCheckout": "", + "KlarnaOnsiteService": "" }, + "scripts": "\\.klarnaservices\\.com/lib\\.js", + "saas": true, + "pricing": [ + "payg", + "low", + "recurring" + ], "website": "https://www.klarna.com/international/" }, "Klaviyo": { From 8c13c9339796e7adb2439226e46f24e5fae30d89 Mon Sep 17 00:00:00 2001 From: nurbek Date: Sun, 11 Jul 2021 21:59:57 +0600 Subject: [PATCH 2/2] add cookie --- src/technologies.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index 995cb3b0e..acd86e1b0 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -10841,6 +10841,10 @@ ], "description": "Klarna Checkout is a complete payment solution where Klarna handles a store's entire checkout.", "icon": "Klarna.svg", + "cookies": { + "ku1-sid": "", + "ku1-vid": "" + }, "js": { "_klarnaCheckout": "", "KlarnaOnsiteService": ""