mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 12:15:40 +08:00
refactor(router): add domain type for merchant_connector_account id (#5685)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <sanchith.hegde@juspay.in>
This commit is contained in:
committed by
GitHub
parent
f33e1bb65c
commit
771f48cfe0
@ -1,5 +1,5 @@
|
||||
use common_enums::CountryAlpha2;
|
||||
use common_utils::pii;
|
||||
use common_utils::{id_type, pii};
|
||||
use masking::Secret;
|
||||
use strum::EnumString;
|
||||
|
||||
@ -43,7 +43,7 @@ pub struct SetupProcessor {
|
||||
|
||||
#[derive(Debug, serde::Deserialize, serde::Serialize)]
|
||||
pub struct ProcessorConnected {
|
||||
pub processor_id: String,
|
||||
pub processor_id: id_type::MerchantConnectorAccountId,
|
||||
pub processor_name: String,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user