Skip to content

Commit

Permalink
ON-44406 # Updated to reflect types changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jdawg093 committed Oct 25, 2024
1 parent cb4c54b commit 360ad38
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 @@ -4,7 +4,7 @@

### Added

- `startingAutoIncrement` to `FormExternalIdGenerationConfiguration`
- `startingSequentialNumber` to `FormExternalIdGenerationConfiguration`

### Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public List<FormExternalIdGenerationReceiptComponent> receiptComponents
{
get; set;
}
public long? startingAutoIncrement
public long? startingSequentialNumber
{
get; set;
}
Expand Down

0 comments on commit 360ad38

Please sign in to comment.