diff --git a/CHANGELOG.md b/CHANGELOG.md index 54c954a..b3ffffc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip ## [Unreleased] - Add `SubjectProfile` resource -- Add `AccountSettings.auditLogSubjectProfile` property +- Add `AccountSettings.subjectProfile` property - Add `NotificationChannels.afterSent` property - Add `NotificationChannels.envelopeNotification` property - Add `AccountBilling.bankIdSign` property diff --git a/src/Resource/AccountSettings.php b/src/Resource/AccountSettings.php index 4b9c5f3..cbd5430 100644 --- a/src/Resource/AccountSettings.php +++ b/src/Resource/AccountSettings.php @@ -28,7 +28,7 @@ class AccountSettings extends BaseResource public ?Address $address = null; - public ?SubjectProfile $auditLogSubjectProfile = null; + public ?SubjectProfile $subjectProfile = null; public string $bankIdProduct;