Skip to content

Commit aca5753

Browse files
Update generated code for v1318
1 parent 87c104d commit aca5753

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1317
1+
v1318

lib/Dispute.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* @property string|\Stripe\Charge $charge ID of the charge that's disputed.
1919
* @property int $created Time at which the object was created. Measured in seconds since the Unix epoch.
2020
* @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>.
21+
* @property string[] $enhanced_eligibility_types List of eligibility types that are included in <code>enhanced_evidence</code>.
2122
* @property \Stripe\StripeObject $evidence
2223
* @property \Stripe\StripeObject $evidence_details
2324
* @property bool $is_charge_refundable If true, it's still possible to refund the disputed payment. After the payment has been fully refunded, no further funds are withdrawn from your Stripe account as a result of this dispute.

lib/Service/AccountService.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ public function createExternalAccount($parentId, $params = null, $opts = null)
119119
}
120120

121121
/**
122-
* Creates a single-use login link for a connected account to access the Express
123-
* Dashboard.
122+
* Creates a login link for a connected account to access the Express Dashboard.
124123
*
125124
* <strong>You can only create login links for accounts that use the <a
126125
* href="/connect/express-dashboard">Express Dashboard</a> and are connected to

lib/Util/ApiVersion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class ApiVersion
88
{
9-
const CURRENT = '2024-09-30.acacia';
9+
const CURRENT = '2024-10-28.acacia';
1010
}

0 commit comments

Comments
 (0)