Skip to content

Commit a980a82

Browse files
fix(asaas): customer filters
1 parent ee6c892 commit a980a82

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)