@@ -54,7 +54,7 @@ |
||
54 | 54 | */ |
55 | 55 | public function charge() |
56 | 56 | { |
57 | - if (! $this->charge instanceof ChargeService) { |
|
57 | + if (!$this->charge instanceof ChargeService) { |
|
58 | 58 | $this->charge = new ChargeService($this->privateKey, $this->baseUri); |
59 | 59 | } |
60 | 60 |