mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 04:04:55 +08:00
feat(connector): add threedsecureio three_ds authentication connector (#4004)
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
41556baed9
commit
06c30967cf
@ -56,6 +56,7 @@ pub struct ConnectorAuthentication {
|
||||
pub square: Option<BodyKey>,
|
||||
pub stax: Option<HeaderKey>,
|
||||
pub stripe: Option<HeaderKey>,
|
||||
pub threedsecureio: Option<HeaderKey>,
|
||||
pub stripe_au: Option<HeaderKey>,
|
||||
pub stripe_uk: Option<HeaderKey>,
|
||||
pub trustpay: Option<SignatureKey>,
|
||||
|
||||
Reference in New Issue
Block a user