/home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api
Edit: /home/techb158/ileadtechnology.com/vendor/cartalyst/stripe/src/Api/OrderReturns.php (985B)
_get("order_returns/{$orderReturnId}");
}
/**
* Returns a list of all the order returns.
*
* @param array $parameters
* @return array
*/
public function all(array $parameters = [])
{
return $this->_get('order_returns', $parameters);
}
}