Skip to content

Conversation

@BartoszRackowski
Copy link

this.recurlyErrors = (RecurlyErrors) recurlyErrors; is not working
this.recurlyErrors = (RecurlyErrors) recurlyErrors; is equivalent to this.recurlyErrors = this.recurlyErrors; which assigns value to itself (non initialized, null effectively).

This change is to fix this issue by assigning recurlyError from param, also covered by tests.

Copy link

@DamianKaczmarczykK DamianKaczmarczykK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test if I can give approval
EDIT: security is too good to bypass (mission failed)

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.

2 participants