mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(authentication): added profile acquirer create module (#8155)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -2427,6 +2427,10 @@ pub struct ProfileResponse {
|
||||
#[schema(default = false, example = false)]
|
||||
pub is_pre_network_tokenization_enabled: bool,
|
||||
|
||||
/// Acquirer configs
|
||||
#[schema(value_type = Option<AcquirerConfigMap>)]
|
||||
pub acquirer_configs: Option<common_types::domain::AcquirerConfigMap>,
|
||||
|
||||
/// Indicates if the redirection has to open in the iframe
|
||||
#[schema(example = false)]
|
||||
pub is_iframe_redirection_enabled: Option<bool>,
|
||||
|
||||
Reference in New Issue
Block a user