shell bypass 403

UnknownSec Shell


name : 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();
    }
}

© 2025 UnknownSec
afwwrfwafr45458465
Password