From 60a82e2a5a70b90ba6c7f1cc00c19dd3ca6bcd7d Mon Sep 17 00:00:00 2001 From: Narayanbhat166 Date: Thu, 19 Dec 2024 13:14:31 +0530 Subject: [PATCH] chore: fix openapi --- crates/openapi/src/openapi_v2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/openapi/src/openapi_v2.rs b/crates/openapi/src/openapi_v2.rs index 97a42f4ca164..fb60a57e6e95 100644 --- a/crates/openapi/src/openapi_v2.rs +++ b/crates/openapi/src/openapi_v2.rs @@ -161,7 +161,7 @@ Never share your secret api keys. Keep them guarded and secure. common_types::payments::StripeSplitPaymentRequest, common_types::refunds::StripeSplitRefundRequest, common_utils::types::ChargeRefunds, - common_utils::types::PaymentMethodsEnabled, + common_types::payment_methods::PaymentMethodsEnabled, common_types::refunds::SplitRefund, api_models::payments::SplitPaymentsResponse, api_models::payments::StripeSplitPaymentsResponse,