Skip to content

Commit

Permalink
DGS-1974 - Add MyAccount.shortName (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasDostalDS authored Nov 14, 2023
1 parent 347d654 commit fc66ca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip

## [Unreleased]
### Added
- Add `MyAccount.shortName`
- Add `MyEndpoint.info` endpoint and `MyInfo` resource
- Add `MyAccountEndpoint.switch` endpoint
- Add `AccountSmsSendersEndpoint` and `AccountSmsSender` resource
Expand Down
1 change: 1 addition & 0 deletions src/Resource/MyAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ class MyAccount extends BaseResource
public string $status;
public bool $active;
public ?string $idpDomain;
public ?string $shortName;
}

0 comments on commit fc66ca1

Please sign in to comment.