/home/techb158/ileadtechnology.com/vendor/razorpay/razorpay/src
Edit: /home/techb158/ileadtechnology.com/vendor/razorpay/razorpay/src/Order.php (916B)
getEntityUrl() . $this->id;
return $this->request('PATCH', $url, $attributes);
}
public function payments()
{
$relativeUrl = $this->getEntityUrl().$this->id.'/payments';
return $this->request('GET', $relativeUrl);
}
public function transfers($options = array())
{
$relativeUrl = $this->getEntityUrl().$this->id;
return $this->request('GET', $relativeUrl, $options);
}
}