Explorar o código

update: fix typo

tokumeikoi %!s(int64=2) %!d(string=hai) anos
pai
achega
6d3927cf2a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Payments/MGate.php

+ 1 - 1
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);