Skip to content

Commit

Permalink
removed double slash in link after failed payment
Browse files Browse the repository at this point in the history
  • Loading branch information
chlebektomas committed Jan 14, 2025
1 parent 2df2e7a commit eea63c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const useChangePaymentInOrder = () => {
query: { orderNumber: editedOrder.number },
});
} else {
router.push(`${orderByHashUrl}/${editedOrder.urlHash}`);
router.push(orderByHashUrl + editedOrder.urlHash);
}

return changePaymentInOrderData;
Expand Down

0 comments on commit eea63c6

Please sign in to comment.