@@ -123,7 +123,7 @@ |
||
| 123 | 123 | $CpeClientSdk = new SA\CpeClientSdk($key, $secret, $region, $debug); |
| 124 | 124 | } catch (Exception $e) { |
| 125 | 125 | exit($e->getMessage()); |
| 126 | - } |
|
| 126 | + } |
|
| 127 | 127 | |
| 128 | 128 | // You must JSON decode it |
| 129 | 129 | $decodedClient = json_decode($clientInfo); |
@@ -134,7 +134,7 @@ |
||
| 134 | 134 | $CpeClientSdk = new SA\CpeClientSdk($key, $secret, $region, $debug); |
| 135 | 135 | } catch (Exception $e) { |
| 136 | 136 | exit($e->getMessage()); |
| 137 | - } |
|
| 137 | + } |
|
| 138 | 138 | |
| 139 | 139 | // Commands mapping |
| 140 | 140 | $commandMap = [ |