Skip to content

Commit

Permalink
Fix Show QR Code feature - Closes #349
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Jun 21, 2024
1 parent ada9aaf commit 5d7a6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Services/QrCodeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public static function encode(string $data)

Log::info('data encoded to QR code');

return $qrcode->render('stringToEncode');
return $qrcode->render($data);
}

/**
Expand Down

0 comments on commit 5d7a6c2

Please sign in to comment.