diff --git a/CHANGELOG.md b/CHANGELOG.md index 86438f6..1615591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/src/Resource/AccountSettings.php b/src/Resource/AccountSettings.php index 16c5b0f..1ebfc9a 100644 --- a/src/Resource/AccountSettings.php +++ b/src/Resource/AccountSettings.php @@ -45,4 +45,6 @@ class AccountSettings extends BaseResource public bool $identify; public bool $notificationForSenderEmail; + + public bool $faultyWebhookChecking; }