mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
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:
committed by
GitHub
parent
c611b81455
commit
e186a0f4f4
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user