Skip to content

Commit 4d05f43

Browse files
PHPAY-69: fix(asaas): customer filters (#69)
2 parents ee6c892 + a980a82 commit 4d05f43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Gateways/Asaas/Resources/Customer/Customer.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ public function __construct(
4848
*/
4949
public function getAll(): array
5050
{
51-
return $this->get('customers', [
52-
'query' => $this->filter,
53-
]);
51+
return $this->get('customers', $this->filter);
5452
}
5553

5654
/**

0 commit comments

Comments
 (0)