corrected heading level for constructor in How to Add a Fulfillment Provider

This commit is contained in:
Shreedhar Hegde
2022-04-22 20:39:26 +05:30
parent 81fe558c50
commit c35f01c61f
@@ -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.