moonsflyer 4 месяцев назад
Родитель
Сommit
5357d4821a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/common/service/GiftCardQrCodeService.php

+ 1 - 1
app/common/service/GiftCardQrCodeService.php

@@ -25,7 +25,7 @@ class GiftCardQrCodeService
     {
         try {
             // Generate regular QR code with cardPass as content
-            $qrContent = $cardPass;
+            $qrContent = 'scene='.$cardPass;
 
             // Generate local temp file path
             $tempDir = runtime_path() . 'temp' . DIRECTORY_SEPARATOR;