updated sdk version to 17.4 - #33
Conversation
|
I made of lot of changes but I am not sure if all of them are acceptable in the master branch. Please, share your thoughts and I will update the master branch accordingly. Major changes are:
|
| final String password, | ||
| final String anonymousCartId, | ||
| final AnonymousCartSignInMode anonymousCartSignInMode) { | ||
| CustomerSignin customerSignin = CustomerSigninBuilder.of() |
There was a problem hiding this comment.
| CustomerSignin customerSignin = CustomerSigninBuilder.of() | |
| CustomerSignin customerSignin = CustomerSignin.builder() |
| CustomerSignin customerSignin = CustomerSigninBuilder.of() | ||
| .email(customerEmail) | ||
| .password(password) | ||
| .anonymousCart(CartResourceIdentifierBuilder.of() |
There was a problem hiding this comment.
| .anonymousCart(CartResourceIdentifierBuilder.of() | |
| .anonymousCart(CartResourceIdentifier.builder() |
| .addresses( | ||
| AddressBuilder.of() | ||
| .key(customerKey + "-default-address") |
There was a problem hiding this comment.
| .addresses( | |
| AddressBuilder.of() | |
| .key(customerKey + "-default-address") | |
| .addresses( | |
| AddressDraft.builder() | |
| .key(customerKey + "-default-address") |
or
| .addresses( | |
| AddressBuilder.of() | |
| .key(customerKey + "-default-address") | |
| .plusAddresses( | |
| addressBuilder -> addressBuilder | |
| .key(customerKey + "-default-address") |
|
This PR is missing a Jira ticket reference in the title or description. |
|
🥷 Code experts: jenschude jenschude has most 🧠 knowledge in the files. See details
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame:
Knowledge based on git-blame: To learn more about /:\ gitStream - Visit our Docs |
No description provided.