Skip to content

Handle empty query results with non-null response#409

Merged
StuartFerguson merged 1 commit intomainfrom
bug/#406_null_response_when_no_records
Feb 12, 2026
Merged

Handle empty query results with non-null response#409
StuartFerguson merged 1 commit intomainfrom
bug/#406_null_response_when_no_records

Conversation

@StuartFerguson
Copy link
Copy Markdown
Member

Previously, the method could return a null or uninitialized response when no query results were found. Now, it always returns a valid TransactionDetailReportResponse with empty Summary and Transactions, ensuring consistent and non-null responses.

closes #406

Previously, the method could return a null or uninitialized response when no query results were found. Now, it always returns a valid TransactionDetailReportResponse with empty Summary and Transactions, ensuring consistent and non-null responses.
@StuartFerguson StuartFerguson merged commit bd1b7f9 into main Feb 12, 2026
8 checks passed
@github-actions github-actions Bot deleted the bug/#406_null_response_when_no_records branch April 14, 2026 02:57
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.

Transaction Detail Report returning null when no records

1 participant