webshell
Ghost Exploiter Team Official
Mass Deface
Directory >>
/
home
/
whitjouh
/
public_html
/
core
/
vendor
/
stripe
/
stripe-php
/
lib
/
Service
/
TestHelpers
/
Issuing
/
Mass Deface Auto Detect Domain
/*Ubah Ke document_root untuk mass deface*/
File / Folder
Size
Action
.
-
+New File
AuthorizationService.php
2.644KB
edt
ren
CardService.php
2.45KB
edt
ren
IssuingServiceFactory.php
0.752KB
edt
ren
TransactionService.php
1.698KB
edt
ren
<?php // File generated from our OpenAPI spec namespace Stripe\Service\TestHelpers\Issuing; /** * Service factory class for API resources in the Issuing namespace. * * @property AuthorizationService $authorizations * @property CardService $cards * @property TransactionService $transactions */ class IssuingServiceFactory extends \Stripe\Service\AbstractServiceFactory { /** * @var array<string, string> */ private static $classMap = [ 'authorizations' => AuthorizationService::class, 'cards' => CardService::class, 'transactions' => TransactionService::class, ]; protected function getServiceClass($name) { return \array_key_exists($name, self::$classMap) ? self::$classMap[$name] : null; } }
<=Back
Liking