feat(mca): Added recipient connector call for open banking connectors (#3758)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sarthak Soni
2024-07-16 13:42:03 +05:30
committed by GitHub
parent e0b6cbb229
commit 3951ac6578
30 changed files with 1052 additions and 27 deletions

View File

@ -209,6 +209,7 @@ impl ForeignTryFrom<&types::ConnectorAuthType> for PlaidAuthType {
Ok::<Self, errors::ConnectorError>(Self {
client_id: api_key.to_owned(),
secret: key1.to_owned(),
merchant_data: None,
})
}
_ => Err(errors::ConnectorError::FailedToObtainAuthType),