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] Use Data Protection service name that matches the Adyen::Client#service_url_base #209

Conversation

pospieszynski
Copy link
Contributor

When trying to run .data_protection.request_subject_erasure({ merchantAccount: 'blurred', pspReference: 'blorred' }) the service throws ArgumentError: Invalid service specified.

Looking into the source code I found out that this was caused by Adyen::Client#service_url_base expecting "DataProtectionService". However in Adyen::DataProtection->initialize, the "DataProtection" string was used as a service name.

@pospieszynski pospieszynski requested a review from a team as a code owner November 24, 2023 13:29
@wboereboom wboereboom merged commit 51eef0c into Adyen:main Dec 18, 2023
7 checks passed
@pospieszynski
Copy link
Contributor Author

Hello @wboereboom When can we expect the release of that change as a patch to 7.0.* version? I've seen it only included in 8 version.

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.

3 participants