Skip to content

Conversation

@nickitza
Copy link
Collaborator

@nickitza nickitza commented Nov 6, 2025

…rrors

  • Convert unescaped
    tags to XML-escaped <br /><br /> format
  • Fix HTML escaping in endpoint descriptions across 7 locations:
    • Account transactions endpoint (line 597)
    • Member transactions endpoint (line 1770)
    • Tag transactions endpoint (line 2276)
    • User transactions endpoint (line 2399)
    • Transaction details endpoint (line 2432)
    • Repeating transactions endpoints (lines 2769, 2785)
  • Fix malformed

    tag in microdeposit endpoint description
  • Resolve C# compilation errors: 'Invalid token >' in member declaration', 'XML comment has badly formed XML', and 'Invalid token &''

This ensures generated SDKs compile successfully across all target languages while preserving HTML formatting in API documentation.

…rrors

- Convert unescaped <br /> tags to XML-escaped &lt;br /&gt;&lt;br /&gt; format
- Fix HTML escaping in endpoint descriptions across 7 locations:
  - Account transactions endpoint (line 597)
  - Member transactions endpoint (line 1770)
  - Tag transactions endpoint (line 2276)
  - User transactions endpoint (line 2399)
  - Transaction details endpoint (line 2432)
  - Repeating transactions endpoints (lines 2769, 2785)
- Fix malformed <br></br> tag in microdeposit endpoint description
- Resolve C# compilation errors: 'Invalid token >' in member declaration',
  'XML comment has badly formed XML', and 'Invalid token &''

This ensures generated SDKs compile successfully across all target languages
while preserving HTML formatting in API documentation.
@nickitza nickitza added the minor Minor version update label Nov 6, 2025
Copy link
Collaborator

@Gvieve Gvieve left a comment

Choose a reason for hiding this comment

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

Thanks for making the changes! ❤️

@nickitza nickitza merged commit aa702b4 into master Nov 6, 2025
10 checks passed
@nickitza nickitza deleted the nn/instituionresponse_html branch November 6, 2025 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants