/home/techb158/ileadtechnology.com/vendor/braintree/braintree_php/lib/Braintree
Edit: /home/techb158/ileadtechnology.com/vendor/braintree/braintree_php/lib/Braintree/GraphQL.php (1153B)
$definition];
if ($variables) {
$graphQLRequest["variables"] = $variables;
}
$response = $this->_doUrlRequest('POST', $this->_config->graphQLBaseUrl(), json_encode($graphQLRequest), null, $this->graphQLHeaders());
$result = json_decode($response["body"], true);
Util::throwGraphQLResponseException($result);
return $result;
}
}
class_alias('Braintree\GraphQL', 'Braintree_GraphQL');