lib/braintree/graphql_client.rb in braintree-4.15.0 vs lib/braintree/graphql_client.rb in braintree-4.16.0
- old
+ new
@@ -1,6 +1,6 @@
module Braintree
- class GraphQLClient < Http # :nodoc:
+ class GraphQLClient < Http
def initialize(config)
@config = config
@graphql_headers = {
"Accept" => "application/json",