mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(core): added force_3ds_challenge for decoupled txns (#7484)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -112,7 +112,7 @@ pub struct MerchantAccountCreate {
|
||||
pub pm_collect_link_config: Option<BusinessCollectLinkConfig>,
|
||||
|
||||
/// Product Type of this merchant account
|
||||
#[schema(value_type = Option<MerchantProductType>)]
|
||||
#[schema(value_type = Option<MerchantProductType>, example = "Orchestration")]
|
||||
pub product_type: Option<api_enums::MerchantProductType>,
|
||||
}
|
||||
|
||||
@ -563,7 +563,7 @@ pub struct MerchantAccountResponse {
|
||||
pub pm_collect_link_config: Option<BusinessCollectLinkConfig>,
|
||||
|
||||
/// Product Type of this merchant account
|
||||
#[schema(value_type = Option<MerchantProductType>)]
|
||||
#[schema(value_type = Option<MerchantProductType>, example = "Orchestration")]
|
||||
pub product_type: Option<api_enums::MerchantProductType>,
|
||||
}
|
||||
|
||||
@ -599,7 +599,7 @@ pub struct MerchantAccountResponse {
|
||||
pub recon_status: api_enums::ReconStatus,
|
||||
|
||||
/// Product Type of this merchant account
|
||||
#[schema(value_type = Option<MerchantProductType>)]
|
||||
#[schema(value_type = Option<MerchantProductType>, example = "Orchestration")]
|
||||
pub product_type: Option<api_enums::MerchantProductType>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user