Skip to content

Commit

Permalink
Add missing filter set call.
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe committed Jul 20, 2021
1 parent 63ce687 commit 8a1842e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/BaseStripeClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ public function requestSearchResult($method, $path, $params, $opts)

throw new \Stripe\Exception\UnexpectedValueException($msg);
}
$obj->setFilters($params);

return $obj;
}
Expand Down

0 comments on commit 8a1842e

Please sign in to comment.