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:
@@ -38,7 +38,7 @@ function matchAndFixLinks(
|
||||
const path =
|
||||
projectUrls &&
|
||||
Object.hasOwn(projectUrls, projectArea.groups.area) &&
|
||||
projectUrls[projectArea.groups.area]?.path
|
||||
projectUrls[projectArea.groups.area]?.path !== undefined
|
||||
? projectUrls[projectArea.groups.area].path
|
||||
: projectArea.groups.area
|
||||
|
||||
|
||||
Reference in New Issue
Block a user