• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stripe / stripe-php / 8622082831

09 Apr 2024 08:47PM UTC coverage: 66.36% (-0.6%) from 66.92%
8622082831

push

github

web-flow
Update generated code (#1675)

* Update generated code for v934

* Update generated code for v935

* Update generated code for v936

* Update generated code for v937

* Update generated code for v938

* Revert "Update generated code for v937"

This reverts commit a4d164f1b.

* Revert "Update generated code for v935"

This reverts commit 33c5c9c69.

---------

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Co-authored-by: Ramya Rao <ramya@stripe.com>

0 of 30 new or added lines in 5 files covered. (0.0%)

2377 of 3582 relevant lines covered (66.36%)

3.29 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/lib/Service/Entitlements/EntitlementsServiceFactory.php
1
<?php
2

3
// File generated from our OpenAPI spec
4

5
namespace Stripe\Service\Entitlements;
6

7
/**
8
 * Service factory class for API resources in the Entitlements namespace.
9
 *
10
 * @property ActiveEntitlementService $activeEntitlements
11
 * @property FeatureService $features
12
 */
13
class EntitlementsServiceFactory extends \Stripe\Service\AbstractServiceFactory
14
{
15
    /**
16
     * @var array<string, string>
17
     */
18
    private static $classMap = [
19
        'activeEntitlements' => ActiveEntitlementService::class,
20
        'features' => FeatureService::class,
21
    ];
22

NEW
23
    protected function getServiceClass($name)
×
24
    {
NEW
25
        return \array_key_exists($name, self::$classMap) ? self::$classMap[$name] : null;
×
26
    }
27
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc