fix(payment): correct import of MedusaError (#9474)

This commit is contained in:
Jakub Andrzejewski
2024-10-07 19:50:42 +02:00
committed by GitHub
parent 57177133e2
commit 6e5d9acc4a

View File

@@ -6,7 +6,7 @@ import {
ModulesSdkTypes,
} from "@medusajs/framework/types"
import { Lifetime, asFunction, asValue } from "awilix"
import { MedusaError } from "@medusajs/utils"
import { MedusaError } from "@medusajs/framework/utils"
import { PaymentProviderService } from "@services"
import * as providers from "../providers"