From dbf7d306705a42343939880217aa69ea9b84e41e Mon Sep 17 00:00:00 2001
From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
Date: Wed, 1 May 2024 19:15:53 +0000
Subject: [PATCH] Update generated code for v1005
---
OPENAPI_VERSION | 2 +-
lib/PaymentMethodConfiguration.php | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/OPENAPI_VERSION b/OPENAPI_VERSION
index 754ed6e23..dc5a50d6b 100644
--- a/OPENAPI_VERSION
+++ b/OPENAPI_VERSION
@@ -1 +1 @@
-v1003
\ No newline at end of file
+v1005
\ No newline at end of file
diff --git a/lib/PaymentMethodConfiguration.php b/lib/PaymentMethodConfiguration.php
index 44700428d..d6dc0877e 100644
--- a/lib/PaymentMethodConfiguration.php
+++ b/lib/PaymentMethodConfiguration.php
@@ -15,8 +15,6 @@
*
* Child configurations have a parent
that sets default values and controls which settings connected accounts may override. You can specify a parent ID at payment time, and Stripe will automatically resolve the connected account’s associated child configuration. Parent configurations are managed in the dashboard and are not available in this API.
*
- * Note: The ability to turn off cards is in limited preview. Please contact us if you require this functionality.
- *
* Related guides:
* - Payment Method Configurations API
* - Multiple configurations on dynamic payment methods