feat(GRO-607): Stripe Elements payment UI replacing mock flow #275

Merged
the-dogfather-cto[bot] merged 9 commits from feature/gro-607-payment-ui into main 2026-04-14 08:27:03 +00:00
Showing only changes of commit 6f9e6e7153 - Show all commits
-1
View File
@@ -226,7 +226,6 @@ export function CustomerPortal() {
)}
{showReschedule && rescheduleAppointment && (
// eslint-disable-next-line @typescript-eslint/no-explicit-any
<RescheduleFlow
appointment={rescheduleAppointment as any}
onClose={() => { setShowReschedule(false); setRescheduleAppointment(null); }}