@@ -20,4 +20,4 @@ |
||
| 20 | 20 | * @license http://www.apache.org/licenses/LICENSE-2.0.html Apache License, Version 2.0 |
| 21 | 21 | * @link https://github.com/stymiee/authnetjson |
| 22 | 22 | */ |
| 23 | -class AuthnetCurlException Extends AuthnetException {} |
|
| 24 | 23 | \ No newline at end of file |
| 24 | +class AuthnetCurlException extends AuthnetException {} |
|
| 25 | 25 | \ No newline at end of file |
@@ -52,7 +52,7 @@ |
||
| 52 | 52 | * @throws \JohnConde\Authnet\AuthnetInvalidCredentialsException |
| 53 | 53 | * @throws \JohnConde\Authnet\AuthnetInvalidJsonException |
| 54 | 54 | */ |
| 55 | - public function __construct($signature, $payload, Array $headers = []) |
|
| 55 | + public function __construct($signature, $payload, array $headers = []) |
|
| 56 | 56 | { |
| 57 | 57 | $this->signature = $signature; |
| 58 | 58 | $this->webhookJson = $payload; |