docs: general updates after 2.5.0 update (#11402)

This commit is contained in:
Shahed Nasser
2025-02-11 18:26:21 +02:00
committed by GitHub
parent ca486aa7ed
commit 5cb44d364d
17 changed files with 11576 additions and 11565 deletions
@@ -624,6 +624,9 @@ export const createWishlistStep = createStep(
return new StepResponse(wishlist, wishlist.id)
},
async (id, { container }) => {
if (!id) {
return
}
const wishlistModuleService: WishlistModuleService =
container.resolve(WISHLIST_MODULE)
@@ -1108,6 +1111,9 @@ export const createWishlistItemStep = createStep(
return new StepResponse(item, item.id)
},
async (id, { container }) => {
if (!id) {
return
}
const wishlistModuleService: WishlistModuleService =
container.resolve(WISHLIST_MODULE)