Skip to content

#673 (InStore App issue) eliminate state field from issue delivered r…#20

Merged
1 commit merged into
mainfrom
673-pos-system-api-docs-remove-state-field-from-get-issue-request-as-it-is-not-final-and-might-change-in-future
May 18, 2026
Merged

#673 (InStore App issue) eliminate state field from issue delivered r…#20
1 commit merged into
mainfrom
673-pos-system-api-docs-remove-state-field-from-get-issue-request-as-it-is-not-final-and-might-change-in-future

Conversation

@turtletramp
Copy link
Copy Markdown
Collaborator

No description provided.

…esponse as it is not guaranteed to stay stable in the future
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the issue-delivery response DTO to remove the explicit state field and adjusts the HOWTO sample to log the remaining delivery message.

Changes:

  • Replaced lowercase message DTO property with PascalCase Message mapped to JSON message.
  • Added extension-data support for arbitrary response fields.
  • Updated the issue-delivery HOWTO debug log and ignored *.lscache files.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
libPosSystemAPI/DTO/IssueDeliveredResponse.cs Removes state, introduces Message, and captures unknown JSON fields.
HOWTO_08_pay_sign_issue_csharp/Program.cs Updates logging to use the revised delivery response DTO.
.gitignore Adds an ignore rule for *.lscache files.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +16 to +18
public string Message { get; set; } = string.Empty;

/// <summary>
@MaximilianFT MaximilianFT closed this pull request by merging all changes into main in 89f82a3 May 18, 2026
@MaximilianFT MaximilianFT deleted the 673-pos-system-api-docs-remove-state-field-from-get-issue-request-as-it-is-not-final-and-might-change-in-future branch May 18, 2026 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants