芝麻web文件管理V1.00
编辑当前文件:/home/royashxg/bit-alphas-ltd.com/user/project/vendor/razorpay/razorpay/src/Refund.php
getEntityUrl() . $this->id; return $this->request('PATCH', $url, $attributes); } public function refund($options = array()) { $relativeUrl = $this->getEntityUrl() . $this->id . '/refund'; return $this->request('POST', $relativeUrl, $options); } }