mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
refactor: introduce a domain type for profile ID (#5687)
This commit is contained in:
@ -405,6 +405,6 @@ pub struct ListMerchantsForUserInOrgResponse {
|
||||
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
pub struct ListProfilesForUserInOrgAndMerchantAccountResponse {
|
||||
pub profile_id: String,
|
||||
pub profile_id: id_type::ProfileId,
|
||||
pub profile_name: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user