Skip to content

Commit bde7a2d

Browse files
committed
fix: add pendign code after backport of #6006
Signed-off-by: Vitor Mattos <[email protected]>
1 parent 99e8c59 commit bde7a2d

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

3rdparty

Submodule 3rdparty updated 72 files

lib/Handler/FooterHandler.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,10 @@ private function getQrCodeImageBase64(string $text): string {
201201
return $qrcode;
202202
}
203203

204+
public function getTemplateVariablesMetadata(): array {
205+
return $this->templateVars->getVariablesMetadata();
206+
}
207+
204208
private function setQrCodeSize(): void {
205209
$blockValues = $this->getQrCodeBlocks();
206210
$this->qrCode->setSize(self::MIN_QRCODE_SIZE);

0 commit comments

Comments
 (0)