mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
feat(connector): [Xendit] ADD Cards & Mandates Flow (#6966)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -130,7 +130,7 @@ pub enum RoutableConnectors {
|
||||
Wise,
|
||||
Worldline,
|
||||
Worldpay,
|
||||
// Xendit,
|
||||
Xendit,
|
||||
Zen,
|
||||
Plaid,
|
||||
Zsl,
|
||||
@ -268,7 +268,7 @@ pub enum Connector {
|
||||
Signifyd,
|
||||
Plaid,
|
||||
Riskified,
|
||||
// Xendit,
|
||||
Xendit,
|
||||
Zen,
|
||||
Zsl,
|
||||
}
|
||||
@ -404,7 +404,7 @@ impl Connector {
|
||||
| Self::Wise
|
||||
| Self::Worldline
|
||||
| Self::Worldpay
|
||||
// | Self::Xendit
|
||||
| Self::Xendit
|
||||
| Self::Zen
|
||||
| Self::Zsl
|
||||
| Self::Signifyd
|
||||
@ -536,6 +536,7 @@ impl From<RoutableConnectors> for Connector {
|
||||
RoutableConnectors::Zen => Self::Zen,
|
||||
RoutableConnectors::Plaid => Self::Plaid,
|
||||
RoutableConnectors::Zsl => Self::Zsl,
|
||||
RoutableConnectors::Xendit => Self::Xendit,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user