Skip to content

Commit

Permalink
Merge pull request #1696 from stripe/latest-codegen-beta
Browse files Browse the repository at this point in the history
Update generated code for beta
  • Loading branch information
stripe-openapi[bot] authored May 23, 2024
2 parents 1117138 + de24b5c commit 7530a80
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## 14.8.0-beta.1 - 2024-05-16
* [#1693](https://github.com/stripe/stripe-php/pull/1693) Update generated code for beta

## 14.7.0 - 2024-05-16
* [#1694](https://github.com/stripe/stripe-php/pull/1694) Update generated code
* Add support for `fee_source` on `ApplicationFee`
* Add support for `loss_reason` on `Issuing.Dispute`
* Add support for `application_fee_amount` and `application_fee` on `Payout`
* Add support for `stripe_s700` on `Terminal.Configuration`

## 14.7.0-beta.1 - 2024-05-09
* [#1691](https://github.com/stripe/stripe-php/pull/1691) Update generated code for beta
Expand Down
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1036
v1044
1 change: 1 addition & 0 deletions lib/ErrorObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ class ErrorObject extends StripeObject
const CODE_TERMINAL_LOCATION_COUNTRY_UNSUPPORTED = 'terminal_location_country_unsupported';
const CODE_TERMINAL_READER_BUSY = 'terminal_reader_busy';
const CODE_TERMINAL_READER_HARDWARE_FAULT = 'terminal_reader_hardware_fault';
const CODE_TERMINAL_READER_INVALID_LOCATION_FOR_PAYMENT = 'terminal_reader_invalid_location_for_payment';
const CODE_TERMINAL_READER_OFFLINE = 'terminal_reader_offline';
const CODE_TERMINAL_READER_TIMEOUT = 'terminal_reader_timeout';
const CODE_TESTMODE_CHARGES_ONLY = 'testmode_charges_only';
Expand Down
4 changes: 2 additions & 2 deletions lib/Util/ObjectTypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ObjectTypes
\Stripe\Issuing\CardDetails::OBJECT_NAME => \Stripe\Issuing\CardDetails::class,
\Stripe\SearchResult::OBJECT_NAME => \Stripe\SearchResult::class,
\Stripe\File::OBJECT_NAME_ALT => \Stripe\File::class,
// The beginning of the section generated from our OpenAPI spec
// object classes: The beginning of the section generated from our OpenAPI spec
\Stripe\Account::OBJECT_NAME => \Stripe\Account::class,
\Stripe\AccountLink::OBJECT_NAME => \Stripe\AccountLink::class,
\Stripe\AccountNotice::OBJECT_NAME => \Stripe\AccountNotice::class,
Expand Down Expand Up @@ -163,6 +163,6 @@ class ObjectTypes
\Stripe\UsageRecord::OBJECT_NAME => \Stripe\UsageRecord::class,
\Stripe\UsageRecordSummary::OBJECT_NAME => \Stripe\UsageRecordSummary::class,
\Stripe\WebhookEndpoint::OBJECT_NAME => \Stripe\WebhookEndpoint::class,
// The end of the section generated from our OpenAPI spec
// object classes: The end of the section generated from our OpenAPI spec
];
}

0 comments on commit 7530a80

Please sign in to comment.