Sindbad~EG File Manager

Current Path : /proc/self/cwd/vendor/omnipay/stripe/src/Message/
Upload File :
Current File : //proc/self/cwd/vendor/omnipay/stripe/src/Message/FetchCustomerRequest.php

<?php

/**
 * Stripe Delete Customer Request.
 */
namespace Omnipay\Stripe\Message;

/**
 * Stripe Fetch Customer Request.
 *
 *
 * @link https://stripe.com/docs/api#retrieve_customer
 */
class FetchCustomerRequest extends AbstractRequest
{
    public function getData()
    {
        $this->validate('customerReference');
        return;
    }

    public function getHttpMethod()
    {
        return 'GET';
    }

    public function getEndpoint()
    {
        return $this->endpoint . '/customers/' . $this->getCustomerReference();
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists