mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(router): add admin list apis for v2 (#5883)
This commit is contained in:
committed by
GitHub
parent
fbd2cda763
commit
bc6c460ca9
@ -26,7 +26,7 @@ use crate::{
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, ToSchema, Serialize)]
|
||||
pub struct MerchantAccountListRequest {
|
||||
pub organization_id: String,
|
||||
pub organization_id: id_type::OrganizationId,
|
||||
}
|
||||
|
||||
#[cfg(feature = "v1")]
|
||||
|
||||
Reference in New Issue
Block a user