FEAT[BE] :update route

This commit is contained in:
aguhh18
2026-01-13 09:52:25 +07:00
parent f0b4fe916c
commit bba2dec8c6
3 changed files with 11 additions and 2 deletions
@@ -289,8 +289,11 @@ func (c *RepportController) GetCustomerPayment(ctx *fiber.Ctx) error {
if page < 1 || limit < 1 {
return fiber.NewError(fiber.StatusBadRequest, "page and limit must be greater than 0")
}
// TODO: Implement service call
data := []dto.CustomerPaymentReportItem{}
totalResults := int64(0)