Skip to content

Commit

Permalink
Update generated code for v1268
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 26, 2024
1 parent 27a8842 commit e984e6a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/Stripe/GeneratedExamplesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3581,22 +3581,6 @@ public function testTerminalReadersProcessPaymentIntentPost()
static::assertInstanceOf(\Stripe\Terminal\Reader::class, $result);
}

public function testTerminalReadersProcessSetupIntentPost()
{
$this->expectsRequest(
'post',
'/v1/terminal/readers/tmr_xxxxxxxxxxxxx/process_setup_intent'
);
$result = $this->client->terminal->readers->processSetupIntent(
'tmr_xxxxxxxxxxxxx',
[
'setup_intent' => 'seti_xxxxxxxxxxxxx',
'allow_redisplay' => 'always',
]
);
static::assertInstanceOf(\Stripe\Terminal\Reader::class, $result);
}

public function testTestHelpersCustomersFundCashBalancePost()
{
$this->expectsRequest(
Expand Down

0 comments on commit e984e6a

Please sign in to comment.