Skip to content

Commit

Permalink
Merge pull request #39 from atlp-rwanda/bgfix-orders-route
Browse files Browse the repository at this point in the history
redirect to /order after successfull payment
  • Loading branch information
UmuhireJessie authored Jul 26, 2024
2 parents 94e13a0 + 53df9b7 commit 69ba240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CheckoutForm/CheckoutForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export default function CheckoutForm() {
setShowToast(true);
}

window.location.href = `${CLIENT_URL}/users/dashboard`;
window.location.href = `${CLIENT_URL}/order`;
}

setIsProcessing(false);
Expand Down

0 comments on commit 69ba240

Please sign in to comment.