Skip to content

Commit

Permalink
chore: fix openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
Narayanbhat166 committed Dec 17, 2024
1 parent 5d51092 commit c92ced0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/openapi/src/openapi_v2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +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::refunds::SplitRefund,
api_models::payments::SplitPaymentsResponse,
api_models::payments::StripeSplitPaymentsResponse,
Expand Down Expand Up @@ -270,7 +271,6 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::admin::FrmConfigs,
api_models::admin::FrmPaymentMethod,
api_models::admin::FrmPaymentMethodType,
// api_models::admin::PaymentMethodsEnabled,
api_models::admin::MerchantConnectorDetailsWrap,
api_models::admin::MerchantConnectorDetails,
api_models::admin::MerchantConnectorWebhookDetails,
Expand Down Expand Up @@ -467,6 +467,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::PaymentsConfirmIntentResponse,
api_models::payments::AmountDetailsResponse,
api_models::payments::BankCodeResponse,
api_models::payments::PaymentMethodListResponseForPayments,
api_models::payment_methods::RequiredFieldInfo,
api_models::payment_methods::DefaultPaymentMethod,
api_models::payment_methods::MaskedBankDetails,
Expand Down

0 comments on commit c92ced0

Please sign in to comment.