mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
refactor(payment_methods): Remove legacy locker code as it is not been used (#1666)
This commit is contained in:
@ -186,7 +186,7 @@ pub async fn payment_method_retrieve_api(
|
||||
state.get_ref(),
|
||||
&req,
|
||||
payload,
|
||||
|state, auth, pm| cards::retrieve_payment_method(state, pm, auth.merchant_account),
|
||||
|state, _auth, pm| cards::retrieve_payment_method(state, pm),
|
||||
&auth::ApiKeyAuth,
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user