Commit ffa863c
Adrian Lapierre
Fix invoice query: previous MF SDK set hasAttachment=false by default
The previous SDK version provided by MF always set hasAttachment=false
when querying invoices, which caused invoices with attachments to be excluded from results.
Although the parameter is of type Boolean, only null means "no filtering".
This commit fixes the behavior by not forcing false.
Remove deprecated configurations and demo-webapp tests1 parent bbc2059 commit ffa863c
9 files changed
Lines changed: 1 addition & 725 deletions
File tree
- demo-web-app/src
- integrationTest
- java/pl/akmf/ksef/sdk
- resources/keys/private/ecdsa/sample
- main/resources
- test/java/pl/akmf/ksef/sdk/api/services
- ksef-client/src/main/java/pl/akmf/ksef/sdk/api/builders/invoices
Lines changed: 0 additions & 256 deletions
This file was deleted.
0 commit comments