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

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/home/picotech/domains/sms.picotech.app/public_html/vendor/paypal/rest-api-sdk-php/lib/PayPal/Api/   drwxr-xr-x
Free 28.64 GB of 117.98 GB (24.28%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     ProcessorResponse.php (3.76 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

namespace PayPal\Api;

use 
PayPal\Common\PayPalModel;

/**
 * Class ProcessorResponse
 *
 * Collection of payment response related fields returned from a payment request
 *
 * @package PayPal\Api
 *
 * @property string response_code
 * @property string avs_code
 * @property string cvv_code
 * @property string advice_code
 * @property string eci_submitted
 * @property string vpas
 */
class ProcessorResponse extends PayPalModel
{
    
/**
     * Paypal normalized response code, generated from the processor's specific response code
     *
     * @param string $response_code
     * 
     * @return $this
     */
    
public function setResponseCode($response_code)
    {
        
$this->response_code $response_code;
        return 
$this;
    }

    
/**
     * Paypal normalized response code, generated from the processor's specific response code
     *
     * @return string
     */
    
public function getResponseCode()
    {
        return 
$this->response_code;
    }

    
/**
     * Address Verification System response code. https://developer.paypal.com/webapps/developer/docs/classic/api/AVSResponseCodes/
     *
     * @param string $avs_code
     * 
     * @return $this
     */
    
public function setAvsCode($avs_code)
    {
        
$this->avs_code $avs_code;
        return 
$this;
    }

    
/**
     * Address Verification System response code. https://developer.paypal.com/webapps/developer/docs/classic/api/AVSResponseCodes/
     *
     * @return string
     */
    
public function getAvsCode()
    {
        return 
$this->avs_code;
    }

    
/**
     * CVV System response code. https://developer.paypal.com/webapps/developer/docs/classic/api/AVSResponseCodes/
     *
     * @param string $cvv_code
     * 
     * @return $this
     */
    
public function setCvvCode($cvv_code)
    {
        
$this->cvv_code $cvv_code;
        return 
$this;
    }

    
/**
     * CVV System response code. https://developer.paypal.com/webapps/developer/docs/classic/api/AVSResponseCodes/
     *
     * @return string
     */
    
public function getCvvCode()
    {
        return 
$this->cvv_code;
    }

    
/**
     * Provides merchant advice on how to handle declines related to recurring payments
     * Valid Values: ["01_NEW_ACCOUNT_INFORMATION", "02_TRY_AGAIN_LATER", "02_STOP_SPECIFIC_PAYMENT", "03_DO_NOT_TRY_AGAIN", "03_REVOKE_AUTHORIZATION_FOR_FUTURE_PAYMENT", "21_DO_NOT_TRY_AGAIN_CARD_HOLDER_CANCELLED_RECURRRING_CHARGE", "21_CANCEL_ALL_RECURRING_PAYMENTS"]
     *
     * @param string $advice_code
     * 
     * @return $this
     */
    
public function setAdviceCode($advice_code)
    {
        
$this->advice_code $advice_code;
        return 
$this;
    }

    
/**
     * Provides merchant advice on how to handle declines related to recurring payments
     *
     * @return string
     */
    
public function getAdviceCode()
    {
        return 
$this->advice_code;
    }

    
/**
     * Response back from the authorization. Provided by the processor
     *
     * @param string $eci_submitted
     * 
     * @return $this
     */
    
public function setEciSubmitted($eci_submitted)
    {
        
$this->eci_submitted $eci_submitted;
        return 
$this;
    }

    
/**
     * Response back from the authorization. Provided by the processor
     *
     * @return string
     */
    
public function getEciSubmitted()
    {
        return 
$this->eci_submitted;
    }

    
/**
     * Visa Payer Authentication Service status. Will be return from processor
     *
     * @param string $vpas
     * 
     * @return $this
     */
    
public function setVpas($vpas)
    {
        
$this->vpas $vpas;
        return 
$this;
    }

    
/**
     * Visa Payer Authentication Service status. Will be return from processor
     *
     * @return string
     */
    
public function getVpas()
    {
        return 
$this->vpas;
    }

}

:: 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.0036 ]--