@@ -42,7 +42,7 @@ |
||
42 | 42 | * |
43 | 43 | * I would of liked to call this list() but it's a reserved keyword in < php7 |
44 | 44 | */ |
45 | - public function listPayments(array $filters = []) |
|
45 | + public function listPayments(array $filters = [ ]) |
|
46 | 46 | { |
47 | 47 | $result = $this->getClient()->get( |
48 | 48 | 'payments', |