Skip to content

Commit

Permalink
docs: add missing import in digital product recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Nov 14, 2024
1 parent 3e26522 commit c88df0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1455,6 +1455,7 @@ Then, create the file `src/modules/digital-product-fulfillment/service.ts` with

```ts title="src/modules/digital-product-fulfillment/service.ts"
import { AbstractFulfillmentProviderService } from "@medusajs/framework/utils"
import { FulfillmentOption } from "@medusajs/framework/types"

class DigitalProductFulfillmentService extends AbstractFulfillmentProviderService {
static identifier = "digital"
Expand Down

0 comments on commit c88df0f

Please sign in to comment.