final POC

This commit is contained in:
magdo
2025-11-24 23:28:57 +01:00
parent ce02f55a99
commit 6b3446e9b6
49 changed files with 4634 additions and 4620 deletions
@@ -413,7 +413,7 @@ export class CardProcessingService {
*/
private convertToBoolean(value: string): boolean {
const lowerValue = value.toLowerCase().trim();
return ['true', 'yes', '1', 'correct', 'right'].includes(lowerValue);
return ['true', 'yes', '1', 'correct', 'right', 'igaz'].includes(lowerValue);
}
/**