mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
fix(connector): [CALIDA] Changed Connector Name From Bluecode to Calida (#9712)
Co-authored-by: Sayak Bhattacharya <sayak.b@Sayak-Bhattacharya-G092THXJ34.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c44c3ed27d
commit
04a14e39c2
@ -74,7 +74,7 @@ pub enum RoutableConnectors {
|
||||
Blackhawknetwork,
|
||||
Bamboraapac,
|
||||
Bluesnap,
|
||||
Bluecode,
|
||||
Calida,
|
||||
Boku,
|
||||
Braintree,
|
||||
Breadpay,
|
||||
@ -249,7 +249,7 @@ pub enum Connector {
|
||||
Bitpay,
|
||||
Bluesnap,
|
||||
Blackhawknetwork,
|
||||
Bluecode,
|
||||
Calida,
|
||||
Boku,
|
||||
Braintree,
|
||||
Breadpay,
|
||||
@ -457,7 +457,7 @@ impl Connector {
|
||||
| Self::Bitpay
|
||||
| Self::Bluesnap
|
||||
| Self::Blackhawknetwork
|
||||
| Self::Bluecode
|
||||
| Self::Calida
|
||||
| Self::Boku
|
||||
| Self::Braintree
|
||||
| Self::Breadpay
|
||||
@ -643,7 +643,7 @@ impl From<RoutableConnectors> for Connector {
|
||||
RoutableConnectors::Bamboraapac => Self::Bamboraapac,
|
||||
RoutableConnectors::Bluesnap => Self::Bluesnap,
|
||||
RoutableConnectors::Blackhawknetwork => Self::Blackhawknetwork,
|
||||
RoutableConnectors::Bluecode => Self::Bluecode,
|
||||
RoutableConnectors::Calida => Self::Calida,
|
||||
RoutableConnectors::Boku => Self::Boku,
|
||||
RoutableConnectors::Braintree => Self::Braintree,
|
||||
RoutableConnectors::Breadpay => Self::Breadpay,
|
||||
@ -782,7 +782,7 @@ impl TryFrom<Connector> for RoutableConnectors {
|
||||
Connector::Bamboraapac => Ok(Self::Bamboraapac),
|
||||
Connector::Bluesnap => Ok(Self::Bluesnap),
|
||||
Connector::Blackhawknetwork => Ok(Self::Blackhawknetwork),
|
||||
Connector::Bluecode => Ok(Self::Bluecode),
|
||||
Connector::Calida => Ok(Self::Calida),
|
||||
Connector::Boku => Ok(Self::Boku),
|
||||
Connector::Braintree => Ok(Self::Braintree),
|
||||
Connector::Breadpay => Ok(Self::Breadpay),
|
||||
|
||||
Reference in New Issue
Block a user