laowu 1 týždeň pred
rodič
commit
65056d66c3
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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
         );
     }