mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
docs(openapi): fix payment_methods_enabled OpenAPI spec in merchant connector account APIs (#3068)
This commit is contained in:
committed by
GitHub
parent
9c1c44a706
commit
b6838c4d1a
@ -879,7 +879,7 @@ pub struct PaymentMethodsEnabled {
|
||||
pub payment_method: common_enums::PaymentMethod,
|
||||
|
||||
/// Subtype of payment method
|
||||
#[schema(value_type = Option<Vec<PaymentMethodType>>,example = json!(["credit"]))]
|
||||
#[schema(value_type = Option<Vec<RequestPaymentMethodTypes>>,example = json!(["credit"]))]
|
||||
pub payment_method_types: Option<Vec<payment_methods::RequestPaymentMethodTypes>>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user