mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update: mgate
This commit is contained in:
parent
57a746d52b
commit
c8c96365ea
@ -43,7 +43,7 @@ class MGate {
|
|||||||
|
|
||||||
public function pay($order)
|
public function pay($order)
|
||||||
{
|
{
|
||||||
if ($this->config['notify_domain']) {
|
if (isset($this->config['notify_domain'])) {
|
||||||
$parseUrl = parse_url($order['notify_url']);
|
$parseUrl = parse_url($order['notify_url']);
|
||||||
$notifyUrl = "{$parseUrl['scheme']}://{$this->config['notify_domain']}{$parseUrl['path']}";
|
$notifyUrl = "{$parseUrl['scheme']}://{$this->config['notify_domain']}{$parseUrl['path']}";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user