updates for translation strings for gateway text
This commit is contained in:
parent
59ebe8b973
commit
e7037d66c4
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue