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

stripe / stripe-php / 8381633565

21 Mar 2024 08:55PM UTC coverage: 67.528% (-0.2%) from 67.759%
8381633565

push

github

web-flow
Update generated code (#1664)

* Update generated code for v881

* Update generated code for v884

* Update generated code for v888

* Update generated code for v889

* Update generated code for v891

* Update generated code for v894

* Update generated code for v895

* Update generated code for v896

---------

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

0 of 12 new or added lines in 4 files covered. (0.0%)

2377 of 3520 relevant lines covered (67.53%)

3.35 hits per line

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

0.0
/lib/Service/ConfirmationTokenService.php
1
<?php
2

3
// File generated from our OpenAPI spec
4

5
namespace Stripe\Service;
6

7
/**
8
 * @phpstan-import-type RequestOptionsArray from \Stripe\Util\RequestOptions
9
 */
10
/**
11
 * @psalm-import-type RequestOptionsArray from \Stripe\Util\RequestOptions
12
 */
13
class ConfirmationTokenService extends \Stripe\Service\AbstractService
14
{
15
    /**
16
     * Retrieves an existing ConfirmationToken object.
17
     *
18
     * @param string $id
19
     * @param null|array $params
20
     * @param null|RequestOptionsArray|\Stripe\Util\RequestOptions $opts
21
     *
22
     * @throws \Stripe\Exception\ApiErrorException if the request fails
23
     *
24
     * @return \Stripe\ConfirmationToken
25
     */
NEW
26
    public function retrieve($id, $params = null, $opts = null)
×
27
    {
NEW
28
        return $this->request('get', $this->buildPath('/v1/confirmation_tokens/%s', $id), $params, $opts);
×
29
    }
30
}
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