Skip to content

Commit

Permalink
Update Klarna response request
Browse files Browse the repository at this point in the history
  • Loading branch information
armando-rodriguez-cko committed May 13, 2024
1 parent efd691d commit 613a728
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,10 @@ public final class PaymentContextsPartnerMetadata {

@SerializedName("customer_id")
private String customerId;

@SerializedName("session_id")
private String sessionId;

@SerializedName("client_token")
private String clientToken;
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ public final class PaymentContextsRequestResponse extends Resource {

private PaymentContextsPartnerMetadata partnerMetadata;

private String sessionId;

private String clientToken;
}

0 comments on commit 613a728

Please sign in to comment.