This commit is contained in:
@@ -473,7 +473,7 @@ namespace AyaNova.Api.Controllers
|
||||
QRCodeGenerator qrGenerator = new QRCodeGenerator();
|
||||
QRCodeData qrCodeData = qrGenerator.CreateQrCode(payload, QRCodeGenerator.ECCLevel.Q);
|
||||
Base64QRCode qrCode = new Base64QRCode(qrCodeData);
|
||||
string qrCodeImageAsBase64 = qrCode.GetGraphic(4);
|
||||
string qrCodeImageAsBase64 = qrCode.GetGraphic(3);
|
||||
|
||||
return Ok(ApiOkResponse.Response(new
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user