mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 16:19:10 +08:00
update: fix typo
This commit is contained in:
parent
99077b68f9
commit
6d3927cf2a
@ -50,7 +50,7 @@ class MGate {
|
|||||||
'return_url' => $order['return_url']
|
'return_url' => $order['return_url']
|
||||||
];
|
];
|
||||||
if ($this->config['mgate_source_currency']) {
|
if ($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'];
|
||||||
ksort($params);
|
ksort($params);
|
||||||
|
Loading…
Reference in New Issue
Block a user