Merge pull request #1422 from shreedharhegde99/docs/heading-level-for-constructor

Docs : Corrected heading level for constructor
This commit is contained in:
Shahed Nasser
2022-04-27 14:19:58 +03:00
committed by GitHub

View File

@@ -59,7 +59,7 @@ class MyFulfillmentService extends FulfillmentService {
export default MyFulfillmentService;
```
## constructor
### constructor
You can use the `constructor` of your fulfillment provider to have access to different services in Medusa through dependency injection.