mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
feat: Braintree connector integration (#30)
Signed-off-by: Sahebjot Singh <sahebjot94@gmail.com> Co-authored-by: Sahebjot Singh <sahebjot.singh@juspay.in>
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
pub mod aci;
|
||||
pub mod adyen;
|
||||
pub mod authorizedotnet;
|
||||
pub mod braintree;
|
||||
pub mod checkout;
|
||||
pub mod stripe;
|
||||
|
||||
pub use self::{
|
||||
aci::Aci, adyen::Adyen, authorizedotnet::Authorizedotnet, checkout::Checkout, stripe::Stripe,
|
||||
aci::Aci, adyen::Adyen, authorizedotnet::Authorizedotnet, braintree::Braintree,
|
||||
checkout::Checkout, stripe::Stripe,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user