Skip to content

Commit

Permalink
Update Klarna response request (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko authored May 14, 2024
1 parent acd9001 commit 040f80b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions payments/contexts/contexts.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 040f80b

Please sign in to comment.