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

Commits on Jan 23, 2024

  1. Add omitempty to fields that can be empty according to KSeF schema

    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.
    noplisu committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    c041b15 View commit details
    Browse the repository at this point in the history