moonsflyer 6 kuukautta sitten
vanhempi
commit
a9e0c06016
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/common/service/GiftCardQrCodeService.php

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

@@ -48,7 +48,7 @@ class GiftCardQrCodeService
                         'Content-Type' => 'application/json'
                     ]
                 ]);
-
+                return $response;
                 // 检查响应
                 if ($response->getStatusCode() === 200) {
                     $body = $response->getBody();