-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathPatch-Klarna_KP_v6-kustom-api-endpoint.patch
More file actions
24 lines (24 loc) · 1.23 KB
/
Patch-Klarna_KP_v6-kustom-api-endpoint.patch
File metadata and controls
24 lines (24 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--- etc/klarna.xml 2026-03-03 15:28:37
+++ etc/klarna.xml 2026-03-03 15:28:37
@@ -21,8 +21,8 @@
<api_version id="kp_na" translate="label">
<label><![CDATA[Klarna Payments (North America)]]></label>
<type>payments</type>
- <production_url><![CDATA[https://api-na.klarna.com]]></production_url>
- <testdrive_url><![CDATA[https://api-na.playground.klarna.com]]></testdrive_url>
+ <production_url><![CDATA[https://api-na.kustom.co]]></production_url>
+ <testdrive_url><![CDATA[https://api-na.playground.kustom.co]]></testdrive_url>
<options>
<option id="separate_tax_line">1</option>
</options>
@@ -30,8 +30,8 @@
<api_version id="kp_eu" translate="label">
<label><![CDATA[Klarna Payments (Europe)]]></label>
<type>payments</type>
- <production_url><![CDATA[https://api.klarna.com]]></production_url>
- <testdrive_url><![CDATA[https://api.playground.klarna.com]]></testdrive_url>
+ <production_url><![CDATA[https://api.kustom.co]]></production_url>
+ <testdrive_url><![CDATA[https://api.playground.kustom.co]]></testdrive_url>
</api_version>
<order_lines id="payments">
<line id="items" class="KpItemsOrderline"/>