update: fix typo

This commit is contained in:
tokumeikoi 2022-11-01 02:09:45 +08:00
parent 99077b68f9
commit 6d3927cf2a

View File

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