Skip to content

Commit

Permalink
Add AccountSettings.faultyWebhookChecking
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasDostalDS committed Jul 22, 2024
1 parent 7793d15 commit 3e35073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ All notable changes will be documented in this file.
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased]
- Add `AccountSettings.faultyWebhookChecking`
- Add `ForbiddenException`
- Add `AccountBilling.productType`
- Add `EnvelopeTemplate.title`
Expand Down
2 changes: 2 additions & 0 deletions src/Resource/AccountSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ class AccountSettings extends BaseResource
public bool $identify;

public bool $notificationForSenderEmail;

public bool $faultyWebhookChecking;
}

0 comments on commit 3e35073

Please sign in to comment.