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

stripe / stripe-php / 7050356852

30 Nov 2023 05:54PM UTC coverage: 69.002% (-0.5%) from 69.503%
7050356852

push

github

web-flow
Update generated code (#1611)

* Update generated code for v681

* Update generated code for v682

* Update generated code for v684

* Update generated code for v685

* Update generated code for v686

* Update generated code for v689

---------

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

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

2393 of 3468 relevant lines covered (69.0%)

3.49 hits per line

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

0.0
/lib/Service/Climate/ClimateServiceFactory.php
1
<?php
2

3
// File generated from our OpenAPI spec
4

5
namespace Stripe\Service\Climate;
6

7
/**
8
 * Service factory class for API resources in the Climate namespace.
9
 *
10
 * @property OrderService $orders
11
 * @property ProductService $products
12
 * @property SupplierService $suppliers
13
 */
14
class ClimateServiceFactory extends \Stripe\Service\AbstractServiceFactory
15
{
16
    /**
17
     * @var array<string, string>
18
     */
19
    private static $classMap = [
20
        'orders' => OrderService::class,
21
        'products' => ProductService::class,
22
        'suppliers' => SupplierService::class,
23
    ];
24

NEW
25
    protected function getServiceClass($name)
×
26
    {
NEW
27
        return \array_key_exists($name, self::$classMap) ? self::$classMap[$name] : null;
×
28
    }
29
}
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