/home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api/Radar
NameSizeModeActions
EarlyFraudWarning.php10690644editdlrm
Reviews.php11890644editdlrm
ValueListItems.php15720644editdlrm
ValueLists.php18190644editdlrm
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); } }