File manager - Edit - /home/linknsbh/linkat.online/vendor/razorpay/razorpay/src/Addon.php
Back
<?php namespace Razorpay\Api; class Addon extends Entity { // To create an Addon, // use the createAddon method of the Subscription class public function fetch($id) { return parent::fetch($id); } public function delete() { $entityUrl = $this->getEntityUrl(); return $this->request('DELETE', $entityUrl . $this->id); } public function fetchAll($attributes = array()) { $entityUrl = $this->getEntityUrl(); return $this->request('GET', $entityUrl , $attributes); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 1.3 |
proxy
|
phpinfo
|
Settings