braintree / braintree_dotnet

Braintree .NET library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
136 stars 73 forks source link

Method naming convention in ClientTokenGateway.cs #62

Closed judowalker closed 7 years ago

judowalker commented 7 years ago

Is there a reason why the methods in ClientTokenGateway.cs are camelCased? This seems to go against the standard .NET naming convention and is inconsistent with other methods in this library.

crookedneighbor commented 7 years ago

Thanks for the feedback. The methods have been deprecated in favor of the properly cased ones: https://github.com/braintree/braintree_dotnet/blob/2b2923c7fad790c74f3a2996c367701c586d6574/src/Braintree/ClientTokenGateway.cs