feat(payment redirect aptmpt page) - added button

This commit is contained in:
2025-09-24 03:37:54 +05:30
parent aea7554396
commit 643cd718d0
3 changed files with 199 additions and 52 deletions

View File

@@ -669,7 +669,7 @@ export default function AppointmentsPage() {
};
const handlePayments = (appointmentId: number) => {
console.log(`Processing payments for appointment: ${appointmentId}`);
setLocation(`/payments?appointmentId=${appointmentId}`);
};
const handleChartPlan = (appointmentId: number) => {