braintree_android
braintree_android copied to clipboard
Rename `clientMetadataId` parameter to `riskCorrelationId`
Summary of changes
- This PR updates the
clientMetadataIdtoriskCorrelationIdonPayPalDataCollectorto make it clearer. - This shouldn't be considered a breaking change since Java / Kotlin interop doesn't generate named parameters for Java methods. (also verified this in a sample project)
Checklist
~- [ ] Added a changelog entry~
Authors
List GitHub usernames for everyone who contributed to this pull request.
- @sshropshire