We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now reference number is formatted in blocks of 4. This is leading to the issue that the reference number is getting too long by 2 characters.
some e-banking applications, have a limit on the reference number field to 32 chars.
The text was updated successfully, but these errors were encountered:
fix: format reference number in blocks of 5
203ba70
#5
4a99fc4
No branches or pull requests
Now reference number is formatted in blocks of 4. This is leading to the issue that the reference number is getting too long by 2 characters.
some e-banking applications, have a limit on the reference number field to 32 chars.
The text was updated successfully, but these errors were encountered: