Skip to content

Commit 9799652

Browse files
committed
fix: log error message during checkout process
1 parent 88b01fd commit 9799652

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/Plan/summary/components/BuyButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const BuyButton = ({ isStretched }: { isStretched?: boolean }) => {
6060
}
6161
} catch (error) {
6262
setIsPaymentInProgress(false);
63+
console.error(`Error while checkout process: ${error}`);
6364
}
6465
}}
6566
>

0 commit comments

Comments
 (0)