Skip to content

Commit

Permalink
Changed AccountSecurity.hasAkvCertificate to `AccountSecurity.hasCu…
Browse files Browse the repository at this point in the history
…stomCertificate`
  • Loading branch information
pavelvais committed Nov 12, 2024
1 parent 81a3e0d commit 31003a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
- Add `BatchSendingsEndpoint.list` endpoint
- Add `AccountSecurity.visibleAutosignRoleOption` in to resource
- Add `AccountSecurity.visibleNoneSignerChannelOption` in to resource
- Add `AccountSecurity.hasAkvCertificate` in to resource
- Add `AccountSecurity.hasCustomCertificate` in to resource

## [2.5.0] - 2024-10-14
- Add `AccountBilling.automaticTagsPlacement`
Expand Down
2 changes: 1 addition & 1 deletion src/Resource/AccountSecurity.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ class AccountSecurity extends BaseResource

public bool $visibleNoneSignerChannelOption;

public bool $hasAkvCertificate;
public bool $hasCustomCertificate;
}

0 comments on commit 31003a5

Please sign in to comment.