updates for translation strings for gateway text

This commit is contained in:
David Bomba 2025-05-07 06:35:51 +10:00
parent 59ebe8b973
commit e7037d66c4
1 changed files with 7 additions and 7 deletions

View File

@ -177,16 +177,16 @@ class SwissQrGenerator
return htmlspecialchars($html);
} catch (\Exception $e) {
if (is_iterable($qrBill->getViolations())) {
// if (is_iterable($qrBill->getViolations())) {
foreach ($qrBill->getViolations() as $key => $violation) {
nlog("qr");
nlog($violation);
}
// foreach ($qrBill->getViolations() as $key => $violation) {
// nlog("qr");
// nlog($violation);
// }
}
// }
nlog($e->getMessage());
// nlog($e->getMessage());
return '';
// return $e->getMessage();