From 6d3927cf2abd5913022316078f565301e28f795f Mon Sep 17 00:00:00 2001 From: tokumeikoi Date: Tue, 1 Nov 2022 02:09:45 +0800 Subject: [PATCH] update: fix typo --- app/Payments/MGate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Payments/MGate.php b/app/Payments/MGate.php index 1b590fe4..259470a8 100644 --- a/app/Payments/MGate.php +++ b/app/Payments/MGate.php @@ -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);