芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/status.pulsehost.co.uk/vendor/razorpay/razorpay/src/Dispute.php
getEntityUrl(). $this->id. '/accept'; return $this->request('POST', $entityUrl); } public function contest($attributes = array()) { $entityUrl = $this->getEntityUrl(). $this->id. '/contest'; return $this->request('PATCH', $entityUrl, $attributes); } }