laowu 1 週間 前
コミット
d10b6a8cde
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/Http/Controllers/Api/PayPlusController.php

+ 1 - 1
app/Http/Controllers/Api/PayPlusController.php

@@ -82,7 +82,7 @@ class PayPlusController implements PayMentInterFace
     {
         $post = $request->all();
         Util::WriteLog('PayPlus', 'cash notify: ' . json_encode($post, JSON_UNESCAPED_UNICODE));
-        Util::WriteLog('PayPlus', 'cash notify body: ' . (string) $request->getContents());
+        Util::WriteLog('PayPlus', 'cash notify body: ' . (string) $request->getContent());
         $signature = $request->header('Authorization', '');
         $service = (new PayPlus())->getPayoutService();
         if (!$service->verifyPayoutSignature($post, $signature)) {