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

Bugfix for "Payload.fromJson" factory method #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
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.
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.

None yet

1 participant