From 040f80bac3d2dee43d7365e1891d967309f5bd15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20Rodr=C3=ADguez?= <127134616+armando-rodriguez-cko@users.noreply.github.com> Date: Tue, 14 May 2024 15:25:29 +0200 Subject: [PATCH] Update Klarna response request (#112) --- payments/contexts/contexts.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/payments/contexts/contexts.go b/payments/contexts/contexts.go index 09a2132..38d7fb5 100644 --- a/payments/contexts/contexts.go +++ b/payments/contexts/contexts.go @@ -41,8 +41,10 @@ type ( type ( PaymentContextsPartnerMetadata struct { - OrderId string `json:"order_id,omitempty"` - CustomerId string `json:"customer_id,omitempty"` + OrderId string `json:"order_id,omitempty"` + CustomerId string `json:"customer_id,omitempty"` + SessionId string `json:"session_id,omitempty"` + ClientToken string `json:"client_token,omitempty"` } PaymentContextsPartnerCustomerRiskData struct {