Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add omitempty to fields that can be empty according to KSeF schema #10

Merged
merged 1 commit into from
Jan 24, 2024

Conversation

noplisu
Copy link
Collaborator

@noplisu noplisu commented Jan 23, 2024

Our current implementation did not mark every field that can be omited as such. This could make it so empty fields would be still present in the generated xml files which we don't want.

In the commit we mark optional fields with the omitempty keyword and we also make some methods that are only used internally less visible outside.

Our current implementation did not mark every field that can be
omited as such. This could make it so empty fields would be still
present in the generated xml files which we don't want.

In the commit we mark optional fields with the omitempty keyword and
we also make some methods that are only used internally less visible
outside.
Copy link
Contributor

@samlown samlown left a comment

Choose a reason for hiding this comment

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

👍

@noplisu noplisu merged commit 3150a4b into main Jan 24, 2024
2 checks passed
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.

2 participants