JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour

File "Card.php"

Full Path: /home/ambitio2/public_html/vendor/razorpay/razorpay/src/Card.php
File size: 386 bytes
MIME-type: text/x-php
Charset: utf-8

<?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);
    }
}