@@ -41,10 +41,10 @@ |
||
| 41 | 41 | public function __construct($clientId, $clientSecret) |
| 42 | 42 | { |
| 43 | 43 | $this->apiContext = new ApiContext( |
| 44 | - new OAuthTokenCredential( $clientId, $clientSecret) |
|
| 44 | + new OAuthTokenCredential($clientId, $clientSecret) |
|
| 45 | 45 | ); |
| 46 | 46 | |
| 47 | - if(App::environment('prod')) { |
|
| 47 | + if (App::environment('prod')) { |
|
| 48 | 48 | $this->apiContext->setConfig([ |
| 49 | 49 | 'mode' => 'live' |
| 50 | 50 | ]); |