fix(strip): Hooks import was wrong (#2666)
* fix(strip): Hooks import was wrong * Create nervous-insects-switch.md
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { PostgresError } from "@medusajs/medusa/src/utils"
|
||||
import { PostgresError } from "@medusajs/medusa/dist/utils"
|
||||
|
||||
export default async (req, res) => {
|
||||
const signature = req.headers["stripe-signature"]
|
||||
|
||||
Reference in New Issue
Block a user