-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
subfield data element management #46
Comments
Hi! |
Hi, |
Well, made an improvement. Two new methods to mind:
|
Hi igor. |
You should do like so for the field definition:
If your message has no field 55 and you want to add it explicitly, you may use the following code inbeforeBack method:
|
Thank for your revert.
|
Unfortunatelly, there is no tag layer abstraction inside the beforePack right now. So what you get there is entire field 55 value, that you need to break into parts and process on your own. |
Ok i see
Some example |
I mean you have fieldValue variable there, representing the field 55 value. So to alter the EMV tags you need to implement it in this method. |
@scalpovich you could implement this: |
@cavebring thanks for the information. |
Hi Igor,
It's possible to manage subfields as tag for some data element?
For exemple, field 55 contain many subfields with specific length and format.
Kindly assist
The text was updated successfully, but these errors were encountered: