mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 17:31:49 +08:00 
			
		
		
		
	update: fix typo
This commit is contained in:
		| @@ -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); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user