mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(connector): [DEUTSCHEBANK] Integrate SEPA Payments (#5826)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -94,7 +94,7 @@ pub enum Connector {
|
||||
Cryptopay,
|
||||
Cybersource,
|
||||
Datatrans,
|
||||
// Deutschebank,
|
||||
Deutschebank,
|
||||
Dlocal,
|
||||
Ebanx,
|
||||
Fiserv,
|
||||
@ -187,6 +187,7 @@ impl Connector {
|
||||
matches!(
|
||||
(self, payment_method),
|
||||
(Self::Airwallex, _)
|
||||
| (Self::Deutschebank, _)
|
||||
| (Self::Globalpay, _)
|
||||
| (Self::Paypal, _)
|
||||
| (Self::Payu, _)
|
||||
@ -231,7 +232,7 @@ impl Connector {
|
||||
| Self::Cashtocode
|
||||
| Self::Coinbase
|
||||
| Self::Cryptopay
|
||||
// | Self::Deutschebank
|
||||
| Self::Deutschebank
|
||||
| Self::Dlocal
|
||||
| Self::Ebanx
|
||||
| Self::Fiserv
|
||||
|
||||
Reference in New Issue
Block a user