Skip to content

Commit

Permalink
Merge pull request #223 from tomasDostalDS/DGS-2168-fix-reporting-col…
Browse files Browse the repository at this point in the history
…umn-naming

Rename IdentifyAmlCount to bankIdIdentifyAmlCount
  • Loading branch information
tomasDostalDS authored Mar 14, 2024
2 parents b67c07b + 89926ae commit f2898f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
## [Unreleased]
### Added
- Add `SentEnvelopeReport.bankIdSignCount`
- Add `SentEnvelopeReport.identifyAmlCount`
- Add `SentEnvelopeReport.bankIdIdentifyAmlCount`
- Add `IdentificationEndpoint.delete`
- Add `IdentifyScenarioVersion.expireAfterHours`
- Add `IdentifyScenarioVersion.discardCompletedAfterDays`
Expand Down
2 changes: 1 addition & 1 deletion src/Resource/SentEnvelopeReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class SentEnvelopeReport extends BaseResource

public int $bankIdSignCount;

public int $identifyAmlCount;
public int $bankIdIdentifyAmlCount;

public string $sender;
}

0 comments on commit f2898f7

Please sign in to comment.