New issue 4 by yehrayyeh: ISO8583.py- define problem
_BIT_VALUE_TYPE[40][3] =N3 ?
http://code.google.com/p/iso8583py/issues/detail?id=4
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 ?
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 4 by igorvc: ISO8583.py- define problem
_BIT_VALUE_TYPE[40][3] =N3 ?
http://code.google.com/p/iso8583py/issues/detail?id=4
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,