Skip to content

Commit

Permalink
- Edit AccountGuide.settingsFilled
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasDostalDS committed Jan 29, 2025
1 parent 66b524c commit 821827e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion src/Resource/AccountGuide.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ class AccountGuide extends BaseResource
{
public bool $firstEnvelopeSent;
public bool $firstUserInvited;
public bool $settingFilled;
public bool $settingsFilled;
}

0 comments on commit 821827e

Please sign in to comment.