Skip to content

Commit

Permalink
Merge branch 'main' into remove-deprecated-pswd-endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
nanobash committed Apr 28, 2023
2 parents 1e3ed4e + ffb7fe2 commit f0729f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Security - in case of vulnerabilities.
- [x] Added `PayPalInstrument::getPaymentInstrumentId` method
- [x] Added `PayPalInstrument::setPaymentInstrumentId` method

### Fixed

- [x] Added missing `subscriptionPauses` service in Client

### Deprecated

- [x] Deprecated `SubscriptionService::getUpcomingInvoices()` method
Expand Down
2 changes: 2 additions & 0 deletions src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
* @method Services\AmlService aml()
* @method Services\PaymentInstrumentService paymentInstruments()
* @method Services\TagService tags()
* @method Services\SubscriptionPauseService subscriptionPauses()
*/
final class Client
{
Expand Down Expand Up @@ -159,6 +160,7 @@ final class Client
'taxjarCredentials' => Services\TaxJarCredentialsService::class,
'paymentInstruments' => Services\PaymentInstrumentService::class,
'tags' => Services\TagService::class,
'subscriptionPauses' => Services\SubscriptionPauseService::class,
];

/** @var array */
Expand Down

0 comments on commit f0729f1

Please sign in to comment.