Static Analysis

This commit is contained in:
David Bomba 2025-09-30 09:31:23 +10:00
parent d60f979df8
commit fa563322b4
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ class StripePaymentDriver extends BaseDriver implements SupportsHeadlessInterfac
$searchResults = \Stripe\Customer::all([
'email' => (string)$this->client->present()->email(),
'limit' => 2,
'starting_after' => null,
// 'starting_after' => null,
], $this->stripe_connect_auth);
if (count($searchResults) == 1) {