mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
refactor: Add a GAT Data to Operation trait (#5825)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -84,7 +84,7 @@ pub trait Feature<F, T> {
|
||||
state: &SessionState,
|
||||
connector: &api::ConnectorData,
|
||||
merchant_account: &domain::MerchantAccount,
|
||||
creds_identifier: Option<&String>,
|
||||
creds_identifier: Option<&str>,
|
||||
) -> RouterResult<types::AddAccessTokenResult>
|
||||
where
|
||||
F: Clone,
|
||||
|
||||
Reference in New Issue
Block a user