mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(coingate): Add Crypto Pay Flow (#7247)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -68,7 +68,7 @@ pub enum RoutableConnectors {
|
||||
// Chargebee,
|
||||
Checkout,
|
||||
Coinbase,
|
||||
// Coingate,
|
||||
Coingate,
|
||||
Cryptopay,
|
||||
Cybersource,
|
||||
Datatrans,
|
||||
@ -206,6 +206,7 @@ pub enum Connector {
|
||||
// Chargebee,
|
||||
Checkout,
|
||||
Coinbase,
|
||||
Coingate,
|
||||
Cryptopay,
|
||||
CtpMastercard,
|
||||
Cybersource,
|
||||
@ -359,6 +360,7 @@ impl Connector {
|
||||
| Self::Cashtocode
|
||||
// | Self::Chargebee
|
||||
| Self::Coinbase
|
||||
|Self::Coingate
|
||||
| Self::Cryptopay
|
||||
| Self::Deutschebank
|
||||
| Self::Digitalvirgo
|
||||
@ -547,6 +549,7 @@ impl From<RoutableConnectors> for Connector {
|
||||
RoutableConnectors::Zsl => Self::Zsl,
|
||||
RoutableConnectors::Xendit => Self::Xendit,
|
||||
RoutableConnectors::Inespay => Self::Inespay,
|
||||
RoutableConnectors::Coingate => Self::Coingate,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user