invoice-issuer/backend/src
2025-01-12 14:08:28 +11:00
..
classes feat: implement bearer token validation and add functionality to retrieve specific invoice details 2025-01-12 12:04:21 +11:00
func feat: update payer function to accept string ID and ensure proper type handling 2025-01-12 14:08:28 +11:00
resources feat: add email functionality for invoices using Nodemailer and Markdown template 2025-01-12 11:01:54 +11:00
types feat: add Invoice and InvoiceItem classes, integrate decimal.js for precise calculations, and update error handling in HttpError class 2025-01-12 09:07:41 +11:00
app.ts feat: add endpoint to delete payer with bearer token validation and implement deletion logic 2025-01-12 14:03:08 +11:00