laowu 1 주 전
부모
커밋
65056d66c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/PayPlus.php

+ 1 - 1
app/Services/PayPlus.php

@@ -186,7 +186,7 @@ class PayPlus
         Util::WriteLog('PayPlus', 'Query PayPlus order: ' . json_encode($payload));
 
         return $this->postPayinPath(
-            $this->config['query_path'] ?? '/up-apis/merchant/payment/query',
+            $this->config['query_path'] ?? '/up-apis/merchant/payment/detail',
             $payload
         );
     }