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:
DEEPANSHU BANSAL
2024-09-13 16:59:33 +05:30
committed by GitHub
parent 10ac089449
commit 6fc2060620
31 changed files with 1181 additions and 220 deletions

View File

@ -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