ok
Direktori : /home2/selectio/www/a1tex.in/vendor/razorpay/razorpay/src/ |
Current File : /home2/selectio/www/a1tex.in/vendor/razorpay/razorpay/src/Plan.php |
<?php namespace Razorpay\Api; class Plan 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); } }