Skip to content

Commit

Permalink
Make Plaid class not final
Browse files Browse the repository at this point in the history
  • Loading branch information
psychob committed Jun 27, 2020
1 parent d843054 commit 59dcc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plaid.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Shuttle\Shuttle;
use TomorrowIdeas\Plaid\Entities\Address;

final class Plaid
class Plaid
{
/**
* Plaid API host environment.
Expand Down Expand Up @@ -939,4 +939,4 @@ public function listPayments(array $options = []): object
$this->buildRequest("post", "payment_initiation/payment/list", $this->clientCredentials($params))
);
}
}
}

0 comments on commit 59dcc39

Please sign in to comment.