From 937c16e85496e941d64d0570b3b9f97559aafa08 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 8 Dec 2022 14:05:42 -0800 Subject: [PATCH 1/3] Set version to 10.1.0 to simplify merge --- VERSION | 2 +- lib/Stripe.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f2193229f..4149c39ee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.9.0-beta.2 +10.1.0 diff --git a/lib/Stripe.php b/lib/Stripe.php index 6a324b1a4..c352b0e9b 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -58,7 +58,7 @@ class Stripe /** @var float Initial delay between retries, in seconds */ private static $initialNetworkRetryDelay = 0.5; - const VERSION = '9.9.0-beta.2'; + const VERSION = '10.1.0'; /** * @return string the API key used for requests From 957767a417ed834065cc8473b45dcf4586f40868 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 8 Dec 2022 14:05:42 -0800 Subject: [PATCH 2/3] Reset version to 9.9.0-beta.2 --- VERSION | 2 +- lib/Stripe.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4149c39ee..f2193229f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.1.0 +9.9.0-beta.2 diff --git a/lib/Stripe.php b/lib/Stripe.php index c352b0e9b..6a324b1a4 100644 --- a/lib/Stripe.php +++ b/lib/Stripe.php @@ -58,7 +58,7 @@ class Stripe /** @var float Initial delay between retries, in seconds */ private static $initialNetworkRetryDelay = 0.5; - const VERSION = '10.1.0'; + const VERSION = '9.9.0-beta.2'; /** * @return string the API key used for requests From 33bc3c8ddac0938dfddf90e760980ac3cbd2dc22 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Thu, 8 Dec 2022 14:06:03 -0800 Subject: [PATCH 3/3] Codegen for openapi v213 --- OPENAPI_VERSION | 2 +- lib/Charge.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION index eaf5acec6..48a302426 100644 --- a/OPENAPI_VERSION +++ b/OPENAPI_VERSION @@ -1 +1 @@ -v212 \ No newline at end of file +v213 \ No newline at end of file diff --git a/lib/Charge.php b/lib/Charge.php index 8a084863a..428ef66e4 100644 --- a/lib/Charge.php +++ b/lib/Charge.php @@ -35,7 +35,7 @@ * @property null|string|\Stripe\Dispute $dispute Details about the dispute if the charge has been disputed. * @property bool $disputed Whether the charge has been disputed. * @property null|string|\Stripe\BalanceTransaction $failure_balance_transaction ID of the balance transaction that describes the reversal of the balance on your account due to payment failure. - * @property null|string $failure_code Error code explaining reason for charge failure if available (see the errors section for a list of codes). + * @property null|string $failure_code Error code explaining reason for charge failure if available (see the errors section for a list of codes). * @property null|string $failure_message Message to user further explaining reason for charge failure if available. * @property null|\Stripe\StripeObject $fraud_details Information on fraud assessments for the charge. * @property null|string|\Stripe\Invoice $invoice ID of the invoice this charge is for if one exists.