From 9759a0e55c1f246590422b586631ef3cab71c0c6 Mon Sep 17 00:00:00 2001 From: TomasDostal Date: Wed, 11 Mar 2026 15:03:37 +0100 Subject: [PATCH] Rename `AccountSettings.subjectProfile` property --- CHANGELOG.md | 2 +- src/Resource/AccountSettings.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;