Static Analysis
This commit is contained in:
parent
d60f979df8
commit
fa563322b4
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue