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]: run decoder-fn on variable len bytes #7

Closed awwalker closed 1 year ago

awwalker commented 1 year ago

This fixes a bug where previously variable length fields were only running bytes-to-ascii as their decoder-fn rather than using the passed in func.