docs: added mark fulfillment delivered step in digital products recipe (#12290)

* docs: add fulfillment delivered step to digital products recipe

* generate llms

* small change
This commit is contained in:
Shahed Nasser
2025-04-24 19:08:05 +03:00
committed by GitHub
parent 35d7c143ea
commit 13071172b3
15 changed files with 15379 additions and 15305 deletions
@@ -66,7 +66,7 @@ class BlogModuleService extends MedusaService({
protected postRepository_: DAL.RepositoryService<Post>
constructor({
postRepository
postRepository,
}: InjectedDependencies) {
super(...arguments)
this.postRepository_ = postRepository