mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
refactor(router): remove fallback feature for /add and /get for locker (#3648)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -267,7 +267,7 @@ pub async fn save_payout_data_to_locker(
|
||||
state,
|
||||
&locker_req,
|
||||
&payout_attempt.customer_id,
|
||||
api_enums::LockerChoice::Basilisk,
|
||||
api_enums::LockerChoice::HyperswitchCardVault,
|
||||
)
|
||||
.await
|
||||
.change_context(errors::ApiErrorResponse::InternalServerError)?;
|
||||
|
||||
Reference in New Issue
Block a user