Closed GoogleCodeExporter closed 8 years ago
Hi, This is a "Copy and Paste" bug.
Will be fixed.
Best regards,
Original comment by igo...@gmail.com
on 23 Oct 2014 at 5:51
Hi,
The Fix Whithout the new lib is using the redefine Method:
Example:
from ISO8583.ISO8583 import ISO8583
#(...)
i2 = ISO8583()
i2.redefineBit(18, '18', i2.getLargeBitName(18), 'N', 4, 'N' )
Visit the example page to more info:
https://code.google.com/p/iso8583py/wiki/ExamplesPage
Best Regards,
Original comment by igo...@gmail.com
on 29 Oct 2014 at 12:00
Actually, I did something different. Subclassed ISO8583 class, redefined the
bit and added support to EBCDIC, as I'm testing the package using Mastercard
messages.
Till now, everything is looking good. Would be nice to move this project to
github and send some pull requests.
BR
Robson
Original comment by robson....@valepresente.com.br
on 29 Oct 2014 at 12:08
Fixed in revire #52 https://code.google.com/p/iso8583py/source/detail?r=52
Original comment by igo...@gmail.com
on 29 Oct 2014 at 12:10
Original issue reported on code.google.com by
robson....@valepresente.com.br
on 23 Oct 2014 at 5:23