mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(core): accept profile_id in merchant_account, connectors and customers core functions (#5505)
This commit is contained in:
@ -85,7 +85,7 @@ pub async fn customer_retrieve(
|
||||
&req,
|
||||
payload,
|
||||
|state, auth, req, _| {
|
||||
customers::retrieve_customer(state, auth.merchant_account, auth.key_store, req)
|
||||
customers::retrieve_customer(state, auth.merchant_account, None, auth.key_store, req)
|
||||
},
|
||||
&auth::HeaderAuth(auth::ApiKeyAuth),
|
||||
api_locking::LockAction::NotApplicable,
|
||||
|
||||
Reference in New Issue
Block a user