Skip to content
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

OriginalDataElementsWrapper: change STAN to a long to support 12-digi… #264

Merged
merged 1 commit into from
Oct 6, 2022

Conversation

barspi
Copy link
Contributor

@barspi barspi commented Oct 6, 2022

…t STANs

CMF STANs are 12-digit longs, so an int is not enough to hold them for large values.
An int is automatically promoted to long so this change shouldn't break client code compiled against the new version
(it could have been changed to a String, but that would work client code)

@ar ar merged commit a468489 into jpos:master Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants