@@ -184,7 +184,7 @@ |
||
| 184 | 184 | } |
| 185 | 185 | |
| 186 | 186 | /** |
| 187 | - * @return string |
|
| 187 | + * @return boolean |
|
| 188 | 188 | */ |
| 189 | 189 | public function getIsSuccessful() |
| 190 | 190 | { |
@@ -24,7 +24,7 @@ |
||
| 24 | 24 | { |
| 25 | 25 | return $this->gatewayFactory->build('CoinGate', [ |
| 26 | 26 | 'apiKey' => $this->credentials->getKey1(), |
| 27 | - ]); |
|
| 27 | + ]); |
|
| 28 | 28 | } |
| 29 | 29 | |
| 30 | 30 | /** |