mirror of
https://github.com/v2board/v2board.git
synced 2025-01-10 08:09: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']
|
||||
];
|
||||
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'];
|
||||
ksort($params);
|
||||
|
Loading…
Reference in New Issue
Block a user