refactor(payment_methods): Remove legacy locker code as it is not been used (#1666)

This commit is contained in:
Shankar Singh C
2023-07-14 15:21:10 +05:30
committed by GitHub
parent 7609895210
commit 8832dd60b9
9 changed files with 53 additions and 269 deletions

View File

@ -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