diff --git a/CHANGELOG.md b/CHANGELOG.md index 749544f..c18cfde 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] +- Edit `AccountGuide.settingsFilled` - Add `MyPreferences.guideHide` - Add `Account.guide` endpoint and `AccountGuide` resource - Add `AccountBilling.multiSign` diff --git a/src/Resource/AccountGuide.php b/src/Resource/AccountGuide.php index 551f949..d859a7f 100644 --- a/src/Resource/AccountGuide.php +++ b/src/Resource/AccountGuide.php @@ -8,5 +8,5 @@ class AccountGuide extends BaseResource { public bool $firstEnvelopeSent; public bool $firstUserInvited; - public bool $settingFilled; + public bool $settingsFilled; }