getToken(); } /** * Send the request with specified data * * @param mixed $data The data to send * @return ResponseInterface */ public function sendData($data) { $response = $this->braintree->paymentMethod()->delete($data); return $this->createResponse($response); } }