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

stripe / stripe-php / #7420

15 Sep 2023 01:05AM UTC coverage: 66.243% (-0.3%) from 66.509%
#7420

push

php-coveralls

web-flow
Merge pull request #1575 from stripe/latest-codegen-beta

Update generated code for beta

11 of 11 new or added lines in 5 files covered. (100.0%)

1823 of 2752 relevant lines covered (66.24%)

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