mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat: fetch merchant key store only once per session (#1400)
Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
@ -26,6 +26,7 @@ pub trait ConstructFlowSpecificData<F, Req, Res> {
|
||||
state: &AppState,
|
||||
connector_id: &str,
|
||||
merchant_account: &domain::MerchantAccount,
|
||||
key_store: &domain::MerchantKeyStore,
|
||||
customer: &Option<domain::Customer>,
|
||||
) -> RouterResult<types::RouterData<F, Req, Res>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user