Skip to content

Commit

Permalink
fix type issues
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Feb 21, 2023
1 parent e80c444 commit 5307b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function isPaymentCollection(id) {

export function buildHandleCartPaymentErrorMessage(
event: string,
err: Stripe.errors.StripeError
err: Stripe.StripeRawError
): string {
let message = `Stripe webhook ${event} handling failed\n${
err?.detail ?? err?.message
Expand Down

0 comments on commit 5307b8a

Please sign in to comment.