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 -3
View File
@@ -23,18 +23,16 @@ const withMDX = mdx({
projectUrls: {
docs: {
url: process.env.NEXT_PUBLIC_DOCS_URL,
path: "",
},
resources: {
url: process.env.NEXT_PUBLIC_RESOURCES_URL,
path: "resources",
},
ui: {
url: process.env.NEXT_PUBLIC_UI_URL,
path: "ui",
},
api: {
url: process.env.NEXT_PUBLIC_API_URL,
path: "api",
},
},
useBaseUrl: