mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feat: encryption service integration to support batch encryption and decryption (#5164)
Co-authored-by: dracarys18 <karthikey.hegde@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -122,6 +122,7 @@ pub async fn create_api_key(
|
||||
// non-existence of a merchant account.
|
||||
store
|
||||
.get_merchant_key_store_by_merchant_id(
|
||||
&(&state).into(),
|
||||
merchant_id.as_str(),
|
||||
&store.get_master_key().to_vec().into(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user