!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.61 GB of 117.98 GB (24.25%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace PayPal\Api;

use 
PayPal\Common\PayPalModel;

/**
 * Class Presentation
 *
 * Parameters for style and presentation.
 *
 * @package PayPal\Api
 *
 * @property string brand_name
 * @property string logo_image
 * @property string locale_code
 */
class Presentation extends PayPalModel
{
    
/**
     * A label that overrides the business name in the PayPal account on the PayPal pages.
     * 
     *
     * @param string $brand_name
     * 
     * @return $this
     */
    
public function setBrandName($brand_name)
    {
        
$this->brand_name $brand_name;
        return 
$this;
    }

    
/**
     * A label that overrides the business name in the PayPal account on the PayPal pages.
     *
     * @return string
     */
    
public function getBrandName()
    {
        return 
$this->brand_name;
    }

    
/**
     * A URL to logo image. Allowed vaues: `.gif`, `.jpg`, or `.png`.
     * 
     *
     * @param string $logo_image
     * 
     * @return $this
     */
    
public function setLogoImage($logo_image)
    {
        
$this->logo_image $logo_image;
        return 
$this;
    }

    
/**
     * A URL to logo image. Allowed vaues: `.gif`, `.jpg`, or `.png`.
     *
     * @return string
     */
    
public function getLogoImage()
    {
        return 
$this->logo_image;
    }

    
/**
     * Locale of pages displayed by PayPal payment experience.
     * 
     *
     * @param string $locale_code
     * 
     * @return $this
     */
    
public function setLocaleCode($locale_code)
    {
        
$this->locale_code $locale_code;
        return 
$this;
    }

    
/**
     * Locale of pages displayed by PayPal payment experience.
     *
     * @return string
     */
    
public function getLocaleCode()
    {
        return 
$this->locale_code;
    }

}

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