feat(providers): locking redis (#9544)

This commit is contained in:
Carlos R. L. Rodrigues
2024-10-15 12:40:24 -03:00
committed by GitHub
parent e77a2ff032
commit 4a03bdbb86
49 changed files with 1764 additions and 483 deletions
@@ -1,4 +1,4 @@
import { ModuleProviderExports } from "@medusajs/framework/types"
import { ModuleProvider, Modules } from "@medusajs/framework/utils"
import {
StripeBancontactService,
StripeBlikService,
@@ -17,8 +17,6 @@ const services = [
StripePrzelewy24Service,
]
const providerExport: ModuleProviderExports = {
export default ModuleProvider(Modules.PAYMENT, {
services,
}
export default providerExport
})