oakmac / com.oakmac.iso8583

Parse ISO 8583 messages into Clojure maps and vice versa
Eclipse Public License 1.0
0 stars 1 forks source link

[format]: left-pad variable length fields with "0" #4

Closed awwalker closed 1 year ago

awwalker commented 1 year ago

Without this fields described as having variable-length encoding but only two digits giving that coding are incorrectly written:

oakmac commented 1 year ago

Can you add some tests that show the relevant change here?

awwalker commented 1 year ago

Can you add some tests that show the relevant change here?

This is done @oakmac, but I see #6 is also open. If you'd rather merge that that's fine.