docs: capitalize use of Framework across docs (#12207)
* docs: capitalize use of Framework across docs * generate llm
This commit is contained in:
@@ -264,7 +264,7 @@ A subscriber file must export:
|
||||
The subscriber function accepts an object parameter that has two properties:
|
||||
|
||||
- `event`: An object of event details. Its `data` property holds the event's data payload, which is the brand's ID.
|
||||
- `container`: The Medusa container used to resolve framework and commerce tools.
|
||||
- `container`: The Medusa container used to resolve Framework and commerce tools.
|
||||
|
||||
In the function, you execute the `syncBrandToCmsWorkflow`, passing it the data payload as an input. So, everytime a brand is created, Medusa will execute this function, which in turn executes the workflow to sync the brand to the CMS.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user