From 821827e5ce216d5cc063052fc286f505569470ad Mon Sep 17 00:00:00 2001 From: TomasDostal Date: Wed, 29 Jan 2025 09:30:30 +0100 Subject: [PATCH] - Edit `AccountGuide.settingsFilled` --- CHANGELOG.md | 1 + src/Resource/AccountGuide.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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; }