moonsflyer преди 5 месеца
родител
ревизия
a7eab98ee7
променени са 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 = 'scene='.$cardPass;
+            $qrContent = $cardPass;
 
             // Generate local temp file path
             $tempDir = runtime_path() . 'temp' . DIRECTORY_SEPARATOR;