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

Feature/392 fix and improve payment payload generator validation #498

Conversation

codebude
Copy link
Owner

Summary

This PR fixes a validator bug in PaymentOrder payload generator. In contrast to the standard document the payload generator checked the complete payload against a 300 byte length limit whereas the standard defined that only the mandatory fields should stay within the 300 byte limit.

Closing issues

fixes #392

@codebude codebude merged commit 8742e07 into master Apr 23, 2024
3 checks passed
@codebude codebude deleted the feature/392-fix-and-improve-payment-payload-generator-validation branch April 23, 2024 21:11
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.

it's required fields that should not exceed 300, not optional + required
1 participant