mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 12:06:56 +08:00
feat(connector): [bitpay] Add new crypto connector bitpay & testcases for all crypto connectors (#919)
Co-authored-by: arvindpatel24 <arvind.patel@juspay.in>
This commit is contained in:
@ -3,6 +3,7 @@ pub mod adyen;
|
||||
pub mod airwallex;
|
||||
pub mod authorizedotnet;
|
||||
pub mod bambora;
|
||||
pub mod bitpay;
|
||||
pub mod bluesnap;
|
||||
pub mod braintree;
|
||||
pub mod checkout;
|
||||
@ -38,7 +39,7 @@ pub mod mollie;
|
||||
pub use self::dummyconnector::DummyConnector;
|
||||
pub use self::{
|
||||
aci::Aci, adyen::Adyen, airwallex::Airwallex, authorizedotnet::Authorizedotnet,
|
||||
bambora::Bambora, bluesnap::Bluesnap, braintree::Braintree, checkout::Checkout,
|
||||
bambora::Bambora, bitpay::Bitpay, bluesnap::Bluesnap, braintree::Braintree, checkout::Checkout,
|
||||
coinbase::Coinbase, cybersource::Cybersource, dlocal::Dlocal, fiserv::Fiserv, forte::Forte,
|
||||
globalpay::Globalpay, iatapay::Iatapay, klarna::Klarna, mollie::Mollie,
|
||||
multisafepay::Multisafepay, nexinets::Nexinets, nuvei::Nuvei, opennode::Opennode,
|
||||
|
||||
Reference in New Issue
Block a user