Skip to content

Bugfix for "Payload.fromJson" factory method #29

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

Closed
wants to merge 1 commit into from

Conversation

stephanfeb
Copy link

BugFix. Payload data is populated with metadata

Motivation:

It's a bug.

Instead of assigning payload data to the Payload.data field, it is instead incorrectly assigned to the metadata field.

Modifications:

Corrected the field assignment.

Result:

The payload data is now assigned to the correct field.

- bug : the payload.data is incorrectly assigned to the metadata field.

- This PR: Corrects the assignment in the factory method.
@stephanfeb stephanfeb closed this by deleting the head repository Jul 20, 2025
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.

1 participant