mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-04 05:59:48 +08:00
refactor: introduce a domain type for profile ID (#5687)
This commit is contained in:
@ -69,7 +69,7 @@ pub struct FrmInfo<F> {
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct ConnectorDetailsCore {
|
||||
pub connector_name: String,
|
||||
pub profile_id: String,
|
||||
pub profile_id: common_utils::id_type::ProfileId,
|
||||
}
|
||||
#[derive(Clone)]
|
||||
pub struct PaymentToFrmData {
|
||||
|
||||
Reference in New Issue
Block a user