Skip to content

Commit

Permalink
Merge pull request #16 from JacobDChamberlain/resetToBeforeAddingStri…
Browse files Browse the repository at this point in the history
…peFrontend

revert to before adding stripe to frontend
  • Loading branch information
JacobDChamberlain authored Dec 19, 2024
2 parents 759473f + fb77989 commit dc89281
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const SuccessfulPurchase = () => {

const handleContinueShopping = () => {
navigate('/merch'); // Navigate to the homepage or desired route
};
}; //? will we still need these success / cancel pages when creating a stripe checkout session instead of using stripe.redirectToCheckou()?

return (
<div className='success-purchase-wrapper'>
Expand Down

0 comments on commit dc89281

Please sign in to comment.