feat(router): add admin list apis for v2 (#5883)

This commit is contained in:
Sai Harsha Vardhan
2024-09-17 13:38:46 +05:30
committed by GitHub
parent fbd2cda763
commit bc6c460ca9
20 changed files with 474 additions and 34 deletions

View File

@ -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")]