Skip to content

Commit 0f1d844

Browse files
Merge branch 'master' of github.com:vendure-ecommerce/vendure
2 parents f9cf1fb + 7391f3e commit 0f1d844

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/docs/guides/developer-guide/plugins/index.mdx

+2-1
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ export class WishlistShopResolver {
528528

529529
@Query()
530530
@Allow(Permission.Owner)
531-
activeCustomerWishlist(@Ctx() ctx: RequestContext) {
531+
async activeCustomerWishlist(@Ctx() ctx: RequestContext) {
532532
return this.wishlistService.getWishlistItems(ctx);
533533
}
534534

@@ -760,6 +760,7 @@ mutation RemoveFromWishlist {
760760
removeFromWishlist(itemId: "4") {
761761
id
762762
productVariant {
763+
id
763764
name
764765
}
765766
}

license/signatures/version1/cla.json

+8
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,14 @@
351351
"created_at": "2024-11-14T11:22:24Z",
352352
"repoId": 136938012,
353353
"pullRequestNo": 3208
354+
},
355+
{
356+
"name": "jezzzm",
357+
"id": 26472490,
358+
"comment_id": 2513246359,
359+
"created_at": "2024-12-03T00:18:24Z",
360+
"repoId": 136938012,
361+
"pullRequestNo": 3250
354362
}
355363
]
356364
}

0 commit comments

Comments
 (0)