Skip to content

Commit

Permalink
Razorpay and Shift4 moved to hyperswitch_connectors crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Spriti Aneja committed Oct 25, 2024
1 parent f57b14a commit 5150a38
Show file tree
Hide file tree
Showing 15 changed files with 819 additions and 797 deletions.
7 changes: 5 additions & 2 deletions crates/hyperswitch_connectors/src/connectors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ pub mod multisafepay;
pub mod nexixpay;
pub mod novalnet;
pub mod powertranz;
pub mod razorpay;
pub mod shift4;
pub mod square;
pub mod stax;
pub mod taxjar;
Expand All @@ -30,6 +32,7 @@ pub use self::{
coinbase::Coinbase, cryptopay::Cryptopay, deutschebank::Deutschebank,
digitalvirgo::Digitalvirgo, dlocal::Dlocal, fiserv::Fiserv, fiservemea::Fiservemea, fiuu::Fiuu,
globepay::Globepay, helcim::Helcim, mollie::Mollie, multisafepay::Multisafepay,
nexixpay::Nexixpay, novalnet::Novalnet, powertranz::Powertranz, square::Square, stax::Stax,
taxjar::Taxjar, thunes::Thunes, tsys::Tsys, volt::Volt, worldline::Worldline,
nexixpay::Nexixpay, novalnet::Novalnet, powertranz::Powertranz, razorpay::Razorpay,
shift4::Shift4, square::Square, stax::Stax, taxjar::Taxjar, thunes::Thunes, tsys::Tsys,
volt::Volt, worldline::Worldline,
};
Loading

0 comments on commit 5150a38

Please sign in to comment.