/home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api/Radar
Edit: /home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api/Radar/Reviews.php (1189B)
_post("reviews/{$reviewId}/approve");
}
/**
* Retrieves an existing radar review.
*
* @param string $reviewId
* @return array
*/
public function find($reviewId)
{
return $this->_get("reviews/{$reviewId}");
}
/**
* Lists all reviews.
*
* @param array $parameters
* @return array
*/
public function all(array $parameters = [])
{
return $this->_get('reviews', $parameters);
}
}