This repository has been archived on 2026-05-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
app/apps
Barkley Trimsworth adcb794019 fix(portal): wire up Pay Now button with payment modal
The Pay Now button in BillingPayments had no onClick handler, making it
non-functional. Added:
- showPaymentModal state to control modal visibility
- onClick handler that opens the payment modal
- PaymentModal component with invoice selection, total calculation,
  and simulated payment processing with success confirmation

Fixes GRO-261
2026-03-29 14:57:50 +00:00
..