mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
refactor(core): add locker config to enable or disable locker (#3352)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -242,7 +242,7 @@ pub async fn payment_method_retrieve_api(
|
||||
state,
|
||||
&req,
|
||||
payload,
|
||||
|state, _auth, pm| cards::retrieve_payment_method(state, pm),
|
||||
|state, auth, pm| cards::retrieve_payment_method(state, pm, auth.key_store),
|
||||
&auth::ApiKeyAuth,
|
||||
api_locking::LockAction::NotApplicable,
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user