fix(strip): Hooks import was wrong (#2666)
* fix(strip): Hooks import was wrong * Create nervous-insects-switch.md
This commit is contained in:
committed by
GitHub
parent
105c689298
commit
63d2a0eb1b
6
.changeset/nervous-insects-switch.md
Normal file
6
.changeset/nervous-insects-switch.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"medusa-payment-stripe": patch
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
fix(strip): Hooks import was wrong
|
||||
@@ -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