mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(router): add support for payment_type field in payment intent (#2448)
This commit is contained in:
@ -538,6 +538,9 @@ pub struct PaymentMethodListResponse {
|
||||
|
||||
#[schema(value_type = Option<String>)]
|
||||
pub merchant_name: OptionalEncryptableName,
|
||||
|
||||
#[schema(value_type = Option<PaymentType>)]
|
||||
pub payment_type: Option<api_enums::PaymentType>,
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq, Hash, Debug, serde::Deserialize, ToSchema)]
|
||||
|
||||
Reference in New Issue
Block a user