ok
Direktori : /home2/selectio/public_html/y1jobportal.in/razorpay-php-2.9.0/src/ |
Current File : //home2/selectio/public_html/y1jobportal.in/razorpay-php-2.9.0/src/Card.php |
<?php namespace Razorpay\Api; class Card extends Entity { /** * @param $id Card id */ public function fetch($id) { return parent::fetch($id); } public function requestCardReference($attributes = array()) { $entityUrl = $this->getEntityUrl() . '/fingerprints'; return $this->request('POST', $entityUrl, $attributes); } }