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