mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-02-23 15:22:01 +00:00
- Updated createPayment function to log payment data more clearly. - Introduced verifyPayment function for validating payments via an external API. - Enhanced DevicesToPay component to include user information and payment verification functionality. - Added formatDate utility for consistent date formatting across the application. - Updated Prisma schema to include account number for users. - Refactored layout and device cart components for improved user experience and responsiveness.
3 lines
62 B
SQL
3 lines
62 B
SQL
-- AlterTable
|
|
ALTER TABLE "user" ADD COLUMN "accNo" TEXT;
|