Closed GoogleCodeExporter closed 8 years ago
Fixed. Revision 22.
Changes:
=== modified file 'ISO8583/ISO8583.py'
--- ISO8583/ISO8583.py 2009-04-25 15:02:10 +0000
+++ ISO8583/ISO8583.py 2009-08-15 02:13:15 +0000
@@ -384,8 +384,9 @@
if self.getBitType(bit) == 'LLL':
self.__setBitTypeLLL(bit, value)
- if self.getBitType(bit) == 'N' or self.getBitType(bit) == 'A' or
self.getBitType(bit) == 'ANS':
+ if self.getBitType(bit) == 'N' or self.getBitType(bit) == 'A' or
self.getBitType(bit) == 'ANS' or
self.getBitType(bit) == 'B':
self.__setBitTypeN(bit, value)
+
Original comment by igo...@gmail.com
on 15 Aug 2009 at 2:16
In version 1.1 we found method setBitTypeLL, setBitTypeLLL, setBitTypeN,
setBitTypeA,
setBitTypeANS and setBitTypeB.
Original comment by igo...@gmail.com
on 21 Aug 2009 at 6:25
Original issue reported on code.google.com by
igo...@gmail.com
on 15 Aug 2009 at 1:47Attachments: