/home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api
Edit: /home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api/Tokens.php (919B)
_post('tokens', $parameters);
}
/**
* Retrieves an existing token.
*
* @param string $tokenId
* @return array
*/
public function find($tokenId)
{
return $this->_get("tokens/{$tokenId}");
}
}