General information
- SDK/Library version: 4.7 but present in master
- Environment: N/A
- Language, language version, and OS: N/A
Issue description
When calling on OAuthGateway#revoke_access_token you could possibly get an ErrorResult, but the second parameter of ErrorResult is expected to be a Hash, not a String.
https://github.com/braintree/braintree_ruby/blob/4.7.0/lib/braintree/oauth_gateway.rb#L41
General information
Issue description
When calling on
OAuthGateway#revoke_access_tokenyou could possibly get anErrorResult, but the second parameter ofErrorResultis expected to be a Hash, not a String.https://github.com/braintree/braintree_ruby/blob/4.7.0/lib/braintree/oauth_gateway.rb#L41