Feat(Customer): Added search Feature to the Customer Page (#9619)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Sandeep Kumar <83278309+tsdk02@users.noreply.github.com>
This commit is contained in:
Venu Madhav Bandarupalli
2025-10-03 14:59:49 +05:30
committed by GitHub
parent c611b81455
commit e186a0f4f4
5 changed files with 62 additions and 8 deletions

View File

@ -590,6 +590,7 @@ pub async fn list_customers(
.limit
.unwrap_or(crate::consts::DEFAULT_LIST_API_LIMIT),
offset: request.offset,
customer_id: request.customer_id,
};
let domain_customers = db

View File

@ -54,6 +54,7 @@ pub async fn rust_locker_migration(
let constraints = CustomerListConstraints {
limit: u16::MAX,
offset: None,
customer_id: None,
};
let domain_customers = db