From 9a8976acc791d22555014b1b19ea8e4d7de8c82d Mon Sep 17 00:00:00 2001 From: Duc Tai Ly Date: Fri, 16 Aug 2024 13:54:01 +0200 Subject: [PATCH] Change product vendor --- lib/defaults.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/defaults.js b/lib/defaults.js index cfe6bba..db361c7 100644 --- a/lib/defaults.js +++ b/lib/defaults.js @@ -22,7 +22,7 @@ module.exports = { ordId: `customer:product:${nameWithDot(name)}:`, title: `ORD App Title for ${regexWithRemoval(name)}`, shortDescription: " shortDescription for products", - vendor: "customer:vendor:SAPCustomer:", + vendor: "customer:vendor:customer:", }, ], groupTypeId: "sap.cds:service",