Skip to content

Commit

Permalink
Codegen for openapi v184 (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-stripe authored Aug 23, 2022
1 parent 19218fb commit 9a84c3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v183
v184
2 changes: 1 addition & 1 deletion lib/Treasury/OutboundTransfer.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
* @property string $currency Three-letter <a href="https://www.iso.org/iso-4217-currency-codes.html">ISO currency code</a>, in lowercase. Must be a <a href="https://stripe.com/docs/currencies">supported currency</a>.
* @property null|string $description An arbitrary string attached to the object. Often useful for displaying to users.
* @property string $destination_payment_method The PaymentMethod used as the payment instrument for an OutboundTransfer.
* @property null|string $destination_payment_method The PaymentMethod used as the payment instrument for an OutboundTransfer.
* @property \Stripe\StripeObject $destination_payment_method_details
* @property int $expected_arrival_date The date when funds are expected to arrive in the destination account.
* @property string $financial_account The FinancialAccount that funds were pulled from.
Expand Down
2 changes: 1 addition & 1 deletion tests/Stripe/GeneratedExamplesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ public function testFundCashBalanceCustomer()
'cus_123',
['amount' => 30, 'currency' => 'eur']
);
static::assertInstanceOf(\Stripe\CustomerBalanceTransaction::class, $result);
static::assertInstanceOf(\Stripe\CustomerCashBalanceTransaction::class, $result);
}

public function testDeliverCardCard()
Expand Down

0 comments on commit 9a84c3f

Please sign in to comment.