docs: fix complete cart workflow usage in marketplace recipe (#9771)

- Fix usage of `completeCartWorkflow` which now returns an ID instead of the full order
- other: improvements in config across projects
This commit is contained in:
Shahed Nasser
2024-10-25 08:53:42 +00:00
committed by GitHub
parent 853dd38044
commit bf18d73ff4
5 changed files with 28 additions and 18 deletions
+1 -4
View File
@@ -19,19 +19,16 @@ const mdxPluginOptions = {
projectUrls: {
docs: {
url: process.env.NEXT_PUBLIC_DOCS_URL,
path: "v2",
path: "",
},
"user-guide": {
url: process.env.NEXT_PUBLIC_USER_GUIDE_URL,
path: "v2/user-guide",
},
ui: {
url: process.env.NEXT_PUBLIC_UI_URL,
path: "ui",
},
api: {
url: process.env.NEXT_PUBLIC_API_URL,
path: "v2/api",
},
},
useBaseUrl: