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:
Prasunna Soppa
2025-09-23 12:46:39 +05:30
committed by GitHub
parent e410af26ff
commit 62b64d84ec
16 changed files with 240 additions and 473 deletions

View File

@ -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,
)