Skip to content

Commit

Permalink
Add AccountBilling.hasBillingEnabled parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelvais committed Jun 18, 2024
1 parent afdc43a commit 281318d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes will be documented in this file.
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased]
- Add `AccountBilling.productType`
- Add `AccountBilling.productType` and `AccountBilling.hasBillingEnabled` in to resource
- Add `EnvelopesEndpoint.cancel` body
- Fix `AccountUsersEndpoint.invite` endpoint
- Add `MyIdentifications.info` endpoint
Expand Down
2 changes: 2 additions & 0 deletions src/Resource/AccountBilling.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class AccountBilling extends BaseResource

public bool $hasSubscription;

public bool $hasBillingEnabled;

public string $planName;

public string $productType;
Expand Down

0 comments on commit 281318d

Please sign in to comment.