@@ -120,6 +120,9 @@ discard block |
||
120 | 120 | } |
121 | 121 | } |
122 | 122 | |
123 | + /** |
|
124 | + * @param integer $amount |
|
125 | + */ |
|
123 | 126 | protected function setSignature($amount, $callback) |
124 | 127 | { |
125 | 128 | $amount = number_format((float) $amount, 2, '.', ''); |
@@ -146,7 +149,7 @@ discard block |
||
146 | 149 | } |
147 | 150 | |
148 | 151 | /** |
149 | - * @param $relativeUri |
|
152 | + * @param string $relativeUri |
|
150 | 153 | * @param string $method |
151 | 154 | * @param array $body |
152 | 155 | * |
@@ -12,7 +12,6 @@ |
||
12 | 12 | |
13 | 13 | use GuzzleHttp\Client; |
14 | 14 | use Illuminate\Support\Facades\Config; |
15 | -use Illuminate\Support\Facades\Log; |
|
16 | 15 | use Infinitypaul\Cbs\Exceptions\InvalidPostException; |
17 | 16 | use Infinitypaul\Cbs\Exceptions\NotSetException; |
18 | 17 |