laowu преди 1 седмица
родител
ревизия
f6bc5c3e01
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      app/Services/PayPlus.php

+ 1 - 0
app/Services/PayPlus.php

@@ -178,6 +178,7 @@ class PayPlus
         if ($orderId !== '') {
             $payload['order_id'] = (string) $orderId;
         }
+        Util::WriteLog('PayPlus', 'Query PayPlus order: ' . json_encode($payload));
 
         return $this->postPayinPath(
             $this->config['query_path'] ?? '/up-apis/merchant/payment/query',