Closed ductaily closed 2 months ago
If I understood correctly the first bullet point was addressed in the PR for the Products
→ the namespace was wrong and the package name shall be package.name.replace(/@/,'').replace(/\//g,'.')
Is my understanding correct? @RoshniNaveenaS
CC: @aramovic79 @Fannon
d in the PR for the Prod
Yes we had the fix in this PR
package.name.replace(/@/,'').replace(/\//g,'.')
"partOfProducts": [ "customer:product:capire.bookstore:” ]
→ has to be the same as the product name in the products section"vendor": "customer:vendor:customer:”
→ has to be the same as the vendor in the products section"title": "capire bookshop”
→ take what is there, don’t add extra text like “sample title for"“shortDescription"
→ take what is there, don’t add extra text like “Here’s the short description for ..."“description"
→ take what is there, don’t add extra text like “Here’s the short description for ..."In https://github.com/cap-js/ord/issues/38