dev #14328 Добавить префикс в формирование QR: change phone value in qr

This commit is contained in:
nikolay 2023-05-18 09:50:20 +04:00
parent c5e4f3c229
commit 6b60c4d8c4

View File

@ -15,7 +15,7 @@
<div class="guest-card__qr" (click)="qrCodeClick()">
<ng-container *ngIf="customerInfo">
<qr-code
[value]="customerInfo?.phone.substr(2) || 'Данные не найдены'"
[value]="customerInfo?.phone || 'Данные не найдены'"
[margin]="0"
[size]="qrCodeSize"
errorCorrectionLevel="H"