final POC
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user