芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/reginaeigbe.com/folder/admin/tmp/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); } }