Clean up
This commit is contained in:
parent
85c645fbeb
commit
bc2feba3fb
1 changed files with 0 additions and 3 deletions
|
|
@ -174,9 +174,6 @@ class StripePaymentDriver extends BasePaymentDriver
|
|||
$cgt->meta = $payment_meta;
|
||||
$cgt->save();
|
||||
|
||||
|
||||
\Log::error('number of tokens = '. $this->client->gateway_tokens->count());
|
||||
|
||||
if($is_default == 'true' || $this->client->gateway_tokens->count() == 1)
|
||||
{
|
||||
$this->client->gateway_tokens()->update(['is_default'=>0]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue