From 15f86da36625ec93444a9ead44d9a048c8e03eed Mon Sep 17 00:00:00 2001
From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Date: Tue, 23 Jan 2024 18:22:47 +0000
Subject: [PATCH] Update generated code for v784
---
OPENAPI_VERSION | 2 +-
lib/Service/ChargeService.php | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index f57792f85..09b0401d1 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v782
\ No newline at end of file
+v784
\ No newline at end of file
diff --git a/lib/Service/ChargeService.php b/lib/Service/ChargeService.php
index 4f6490289..dc23b6834 100644
--- a/lib/Service/ChargeService.php
+++ b/lib/Service/ChargeService.php
@@ -47,10 +47,10 @@ public function capture($id, $params = null, $opts = null)
}
/**
- * Use the Payment Intents API to initiate
- * a new payment instead of using this method. Confirmation of the PaymentIntent
- * creates the Charge
object used to request payment, so this method
- * is limited to legacy integrations.
+ * This method is no longer recommended—use the Payment Intents API to initiate a new
+ * payment instead. Confirmation of the PaymentIntent creates the
+ * Charge
object used to request payment.
*
* @param null|array $params
* @param null|array|\Stripe\Util\RequestOptions $opts