|
|
@@ -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
|
|
|
);
|
|
|
}
|