rachmatg / iso8583py

Automatically exported from code.google.com/p/iso8583py
GNU General Public License v3.0
0 stars 0 forks source link

ISO8583.py- define problem _BIT_VALUE_TYPE[40][3] =N3 ? #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
n/a

Please provide any additional information below.
_BITS_VALUE_TYPE[40] = ['40','Service code','N3',3,'an']
N3 is correct ? 

Original issue reported on code.google.com by yehrayyeh on 4 Sep 2009 at 9:37

GoogleCodeExporter commented 8 years ago
Hi,
No this is not correct.
The correct is: _BITS_VALUE_TYPE[40] = ['40','Service code','N',3,'an']
Just fixed in the source.
Thanks,

Original comment by igo...@gmail.com on 4 Sep 2009 at 10:35