Merge branch 'dev' into feat/neoleap-integration

This commit is contained in:
Abdalhamid Alhamad
2025-07-30 14:09:00 +03:00
27 changed files with 253 additions and 820 deletions

View File

@ -104,6 +104,7 @@ export class CustomerResponseDto {
this.neighborhood = customer.neighborhood;
this.street = customer.street;
this.building = customer.building;
this.profilePicture = customer.profilePicture ? new DocumentMetaResponseDto(customer.profilePicture) : null;
}
}