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

Tiny fixes #331

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Tiny fixes #331

wants to merge 4 commits into from

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    938552f View commit details
    Browse the repository at this point in the history
  2. fix tag parsing

    alovak committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ec4d932 View commit details
    Browse the repository at this point in the history
  3. allow to use field name and tag options together

    in case when you don't want to duplicate the field name in the
    iso8583 tag, you can just skip it and set the rest of the options like
    this:
    
    ```go
    F2 *field.String `iso8583:",keepzero"`
    ```
    
    then the field id will be derived from the field name and keepzero
    option will be used as well
    alovak committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3f9cf01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aab1091 View commit details
    Browse the repository at this point in the history