From 8c6ff52c9501b239e18543b55e78c28ffa1c4a45 Mon Sep 17 00:00:00 2001
From: pakrym-stripe <99349468+pakrym-stripe@users.noreply.github.com>
Date: Thu, 8 Dec 2022 14:48:43 -0800
Subject: [PATCH] Codegen for openapi v213 (#1407)
---
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.