Skip to content

Commit

Permalink
Merge pull request #15 from psychob/master
Browse files Browse the repository at this point in the history
Make Plaid class not final
  • Loading branch information
brentscheffler authored Jun 28, 2020
2 parents d843054 + 59dcc39 commit bb570c1
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 bb570c1

Please sign in to comment.