Skip to content

Commit

Permalink
#93 payment paypal
Browse files Browse the repository at this point in the history
  • Loading branch information
fdhhhdjd committed Nov 17, 2022
1 parent 0554ee5 commit 03bbefc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Transaction_Paypal = () => {
};
useEffect(() => {
if (transaction) {
navigate(`/transaction/paypal/success/${uuidv4()}`);
navigate(`/payment/paypal/success/${uuidv4()}`);
}
}, [transaction]);

Expand Down

0 comments on commit 03bbefc

Please sign in to comment.