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

Fix #387: Missing parameters in consent approval request #388

Merged
merged 1 commit into from
Sep 23, 2022

Conversation

romanstrobl
Copy link
Member

@romanstrobl romanstrobl commented Sep 22, 2022

Do not mix String and UUID types for processId
@romanstrobl romanstrobl added the bug Something isn't working label Sep 22, 2022
@romanstrobl romanstrobl self-assigned this Sep 22, 2022
@@ -214,16 +214,16 @@ private static ConsentTextRequestDto convert(final ConsentTextRequest source) {

private static ConsentStorageRequestDto convert(final ApproveConsentRequest source) {
final ConsentStorageRequestDto target = new ConsentStorageRequestDto();
target.setProcessId(target.getProcessId());
Copy link
Member

Choose a reason for hiding this comment

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

🤦‍♂️ Thanks for fixing my bad.

@romanstrobl romanstrobl merged commit 18777cc into develop Sep 23, 2022
@romanstrobl romanstrobl deleted the issues/387-missing-parameters branch September 23, 2022 07:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing parameters in consent approval request
2 participants