Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor order-payment-confirmation page
- convertim introduces new online payments, therefore the order-payment-confirmation page needs to be refactored - removed `useUpdatePaymentStatus` hook that relied on `useUpdatePaymentStatusMutation` which was used only for `GoPay` payment - instead, the payment status is now read directly from order detail query
- Loading branch information