Commit Graph

4 Commits

Author SHA1 Message Date
Sebastian Rindom
da7dcdf777 Update .gitignore 2020-04-30 22:06:47 +02:00
Sebastian Rindom
2273cc519a Revert "[medusa-interfaces] : Adds decorator functionality to BaseService (#39)" (#41)
This reverts commit 9c76754e79.
2020-04-30 21:16:09 +02:00
Sebastian Rindom
9c76754e79 [medusa-interfaces] : Adds decorator functionality to BaseService (#39)
Plugins and projects can add decorators in services. E.g. if a plugin needs to load some additional information on carts the plugin can register a decorator via: `cartService.addDecorator(someFunc)` which will be available later through `cartService.runDecorators()`.
2020-04-30 20:40:22 +02:00
Oliver Windall Juhl
f6d5180e5f Adds medusa-plugin-permissions (#12) 2020-04-06 15:57:31 +02:00