docs: change config snippets to use defineConfig (#7546)
This commit is contained in:
@@ -100,23 +100,6 @@ await orderModuleService.confirmOrderChange("ord_123")
|
||||
|
||||
---
|
||||
|
||||
## Configure Order Module
|
||||
|
||||
To use the Order Module, enable it in the `modules` object in `medusa-config.js`:
|
||||
|
||||
```js title="medusa-config.js"
|
||||
const { Modules } = require("@medusajs/modules-sdk")
|
||||
|
||||
// ...
|
||||
|
||||
const modules = {
|
||||
// ...
|
||||
[Modules.ORDER]: true,
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## How to Use Order Module's Service
|
||||
|
||||
You can use the Order Module's main service by resolving from the Medusa container the resource `ModuleRegistrationName.ORDER` imported from `@medusajs/modules-sdk`.
|
||||
|
||||
Reference in New Issue
Block a user