hjkhhjhjol;io;ioio;ioiio;ioreererereio;;iooi;i;o;oii;o;ioo;iio;oi;
bnmbnmbnmnbmbio;io;irererereeo;o;oi;;oi;oioi;oi;oio;;oovn
/
home
/
u174022924
/
domains
/
rockonwheelstravels.in
/
public_html
/
razorpay-kit
/
src
/
Upload FileeE
HOME
<?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); } }