Skip to content

Commit

Permalink
refactor(connector): [Billwerk] Move connector Billwerk form Router t…
Browse files Browse the repository at this point in the history
…o HyperswitchConnestor Trait (#6266)

Co-authored-by: Spriti Aneja <[email protected]>
  • Loading branch information
spritianeja03 and Spriti Aneja authored Oct 17, 2024
1 parent 9576ee3 commit eb8a482
Show file tree
Hide file tree
Showing 8 changed files with 317 additions and 313 deletions.
12 changes: 7 additions & 5 deletions crates/hyperswitch_connectors/src/connectors.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pub mod bambora;
pub mod billwerk;
pub mod bitpay;
pub mod cashtocode;
pub mod coinbase;
Expand All @@ -24,9 +25,10 @@ pub mod volt;
pub mod worldline;

pub use self::{
bambora::Bambora, bitpay::Bitpay, cashtocode::Cashtocode, coinbase::Coinbase,
cryptopay::Cryptopay, deutschebank::Deutschebank, digitalvirgo::Digitalvirgo, dlocal::Dlocal,
fiserv::Fiserv, fiservemea::Fiservemea, fiuu::Fiuu, globepay::Globepay, helcim::Helcim,
mollie::Mollie, nexixpay::Nexixpay, novalnet::Novalnet, powertranz::Powertranz, square::Square,
stax::Stax, taxjar::Taxjar, thunes::Thunes, tsys::Tsys, volt::Volt, worldline::Worldline,
bambora::Bambora, billwerk::Billwerk, bitpay::Bitpay, cashtocode::Cashtocode,
coinbase::Coinbase, cryptopay::Cryptopay, deutschebank::Deutschebank,
digitalvirgo::Digitalvirgo, dlocal::Dlocal, fiserv::Fiserv, fiservemea::Fiservemea, fiuu::Fiuu,
globepay::Globepay, helcim::Helcim, mollie::Mollie, nexixpay::Nexixpay, novalnet::Novalnet,
powertranz::Powertranz, square::Square, stax::Stax, taxjar::Taxjar, thunes::Thunes, tsys::Tsys,
volt::Volt, worldline::Worldline,
};
Loading

0 comments on commit eb8a482

Please sign in to comment.