From 8ea9c3907ec1e6efe3dc5a969c08bb96a386e760 Mon Sep 17 00:00:00 2001 From: Igors Savins Date: Thu, 30 Apr 2020 22:32:29 +0300 Subject: [PATCH] Update GoGetSSLApi.php --- GoGetSSLApi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GoGetSSLApi.php b/GoGetSSLApi.php index 5e51370..dbe4d4a 100644 --- a/GoGetSSLApi.php +++ b/GoGetSSLApi.php @@ -244,7 +244,7 @@ class GoGetSSLApi public function getTotalOrders() { if (!$this->key) { - throw new GoGetSSLAuthException (); + throw new GoGetSSLAuthException(); } return $this->call('/account/total_orders/', ['auth_key' => $this->key]); @@ -271,7 +271,7 @@ class GoGetSSLApi public function getTotalTransactions() { if (!$this->key) { - throw new GoGetSSLAuthException (); + throw new GoGetSSLAuthException(); } return $this->call('/account/total_transactions/', ['auth_key' => $this->key]);