Sid Gifari File Manager
🏠 Root
/
home2
/
meumer25
/
painelmaisamor.meumercado.app
/
vendor
/
stripe
/
stripe-php
/
lib
/
Service
/
TestHelpers
/
Editing: TestHelpersServiceFactory.php
<?php // File generated from our OpenAPI spec namespace Stripe\Service\TestHelpers; /** * Service factory class for API resources in the TestHelpers namespace. * * @property TestClockService $testClocks */ class TestHelpersServiceFactory extends \Stripe\Service\AbstractServiceFactory { /** * @var array<string, string> */ private static $classMap = [ 'testClocks' => TestClockService::class, ]; protected function getServiceClass($name) { return \array_key_exists($name, self::$classMap) ? self::$classMap[$name] : null; } }
Save
Cancel