Skip to content

Commit

Permalink
Merge ee3d446 into f2286ca
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkarpetin committed Oct 6, 2020
2 parents f2286ca + ee3d446 commit 5a5be31
Show file tree
Hide file tree
Showing 11 changed files with 569 additions and 665 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Security - in case of vulnerabilities.

- [x] Added **Blocklist API**
- [x] Added **Plaid Credentials API**
- [x] Added **Payment Instruments API**
- [x] Added `PaymentToken`
- [x] Added `Client::paymentTokens()` factory
- [x] Added `KhelocardCardPaymentInstrument` for **Khelocard** payment tokens
Expand All @@ -33,6 +34,7 @@ Security - in case of vulnerabilities.

- [x] Removed payment methods restriction in the `PaymentMethodInstrument`
- [x] Removed payment methods restriction in the `GatewayAccount`
- [x] Removed `PayPalAccount` method: `getApprovalLink`

## [2.8.0] 2020-07-02

Expand Down
1 change: 1 addition & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ final class Client
'customerTimeline' => Services\CustomerTimelineService::class,
'aml' => Services\AmlService::class,
'plaidCredentials' => Services\PlaidCredentialsService::class,
'paymentInstruments' => Services\PaymentInstrumentService::class,
];

/** @var array */
Expand Down

0 comments on commit 5a5be31

Please sign in to comment.