mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(connector): [Tokenex]Add external vault insert and retrieve flows (#9470)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -12,8 +12,8 @@ impl utils::Connector for TokenexTest {
|
||||
fn get_data(&self) -> api::ConnectorData {
|
||||
use router::connector::Tokenex;
|
||||
utils::construct_connector_data_old(
|
||||
Box::new(Tokenex::new()),
|
||||
types::Connector::Plaid,
|
||||
Box::new(&Tokenex),
|
||||
types::Connector::Tokenex,
|
||||
api::GetToken::Connector,
|
||||
None,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user