Skip to content

Commit

Permalink
stripe webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Feb 20, 2023
1 parent 7c4973b commit 1e7e844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ async function paymentIntentAmountCapturableEventHandler({
try {
idempotencyKey = await idempotencyKeyService
.withTransaction(transactionManager)
.initializeRequest("", "post", {}, "/stripe/hooks")
.initializeRequest("", "post", { cart_id: cartId }, "/stripe/hooks")
} catch (error) {
throw new MedusaError(
MedusaError.Types.UNEXPECTED_STATE,
Expand Down

0 comments on commit 1e7e844

Please sign in to comment.