Skip to content

Commit

Permalink
Update generated code for v532
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Sep 15, 2023
1 parent d33019b commit 9a7a3bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v531
v532
6 changes: 3 additions & 3 deletions tests/Stripe/GeneratedExamplesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4344,7 +4344,7 @@ public function testCreateAuthorization()
],
'authorization_method' => 'chip',
'card' => 'foo',
'currency' => 'bar',
'currency' => 'usd',
'is_amount_controllable' => true,
'merchant_data' => [
'category' => 'ac_refrigeration_repair',
Expand Down Expand Up @@ -4472,7 +4472,7 @@ public function testCreateForceCaptureTransaction()
$result = $this->client->testHelpers->issuing->transactions->createForceCapture([
'amount' => 100,
'card' => 'foo',
'currency' => 'bar',
'currency' => 'usd',
'merchant_data' => [
'category' => 'ac_refrigeration_repair',
'city' => 'foo',
Expand Down Expand Up @@ -4533,7 +4533,7 @@ public function testCreateUnlinkedRefundTransaction()
$result = $this->client->testHelpers->issuing->transactions->createUnlinkedRefund([
'amount' => 100,
'card' => 'foo',
'currency' => 'bar',
'currency' => 'usd',
'merchant_data' => [
'category' => 'ac_refrigeration_repair',
'city' => 'foo',
Expand Down

0 comments on commit 9a7a3bc

Please sign in to comment.