filter orders with inline payment that not paid

This commit is contained in:
2025-12-23 22:35:48 +03:30
parent b409f0b49f
commit e298ccec32
2 changed files with 18 additions and 1 deletions
@@ -201,6 +201,7 @@ export class OrdersService {
endDate: dto.endDate,
orderBy: dto.orderBy,
order: dto.order,
excludeOnlinePendingPayment: true,
});
return result;