Skip to content

Commit

Permalink
fix ApplicationInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
wboereboom committed Sep 30, 2021
1 parent 412a6da commit 0f9f3e2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ public ShopperInteractionEnum read(final JsonReader jsonReader) throws IOExcepti
public CreateCheckoutSessionResponse accountInfo(AccountInfo accountInfo) {

this.accountInfo = accountInfo;
this.applicationInfo = new ApplicationInfo();
return this;
}

Expand Down

0 comments on commit 0f9f3e2

Please sign in to comment.