Skip to content

Conversation

@codebude
Copy link
Collaborator

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
@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