-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SW6: edited apiRemoveLineItem interceptor url and method
- Loading branch information
Showing
5 changed files
with
48 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- New useCustomer function named logoutGuest to logout guest customers, because logout request is allowed for logged in customers only | ||
- Store API responses of login and register don't include context anymore, context token is now set based on response header instead | ||
- CartShopware.removeLineItem request body has changed and requires an object with an ids property | ||
- CartShopware.addLineItem request body has changed and requires id for each item instead of referenceId | ||
- usePage associations requires now seoUrls to resolve seoUrls | ||
- ProductShopware.readProductListing function parameters changes, second parameter is now swIncludeSeoUrls boolean | ||
- Unused property pathInfo was removed from HblProduct type and mapping |