mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update: fix mgate
This commit is contained in:
parent
6d3927cf2a
commit
3f7100f351
@ -49,7 +49,7 @@ class MGate {
|
|||||||
'notify_url' => $order['notify_url'],
|
'notify_url' => $order['notify_url'],
|
||||||
'return_url' => $order['return_url']
|
'return_url' => $order['return_url']
|
||||||
];
|
];
|
||||||
if ($this->config['mgate_source_currency']) {
|
if (isset($this->config['mgate_source_currency'])) {
|
||||||
$params['source_currency'] = $this->config['mgate_source_currency'];
|
$params['source_currency'] = $this->config['mgate_source_currency'];
|
||||||
}
|
}
|
||||||
$params['app_id'] = $this->config['mgate_app_id'];
|
$params['app_id'] = $this->config['mgate_app_id'];
|
||||||
|
Loading…
Reference in New Issue
Block a user