We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Release 5.18.1 introduced MetaData Map with signature Map<String, Object>
Map<String, Object>
You missed adjusting CustomerService CustomerCreateRequest.withMetadata(Map<String, String> metadata) - this is still using the old signature - see https://github.com/gocardless/gocardless-pro-java/blob/master/src/main/java/com/gocardless/services/CustomerService.java#L201
CustomerCreateRequest.withMetadata(Map<String, String> metadata)
The text was updated successfully, but these errors were encountered:
Hey @grafjo ,
Thanks for sending this over. We are working on a fix to properly generate types for generic objects based on schema pattern properties.
Sorry, something went wrong.
No branches or pull requests
In Release 5.18.1 introduced MetaData Map with signature
Map<String, Object>
You missed adjusting CustomerService
CustomerCreateRequest.withMetadata(Map<String, String> metadata)
- this is still using the old signature - see https://github.com/gocardless/gocardless-pro-java/blob/master/src/main/java/com/gocardless/services/CustomerService.java#L201The text was updated successfully, but these errors were encountered: