mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
feature(connector): add support for worldpay connector (#272)
This commit is contained in:
@ -6,12 +6,12 @@ pub mod braintree;
|
||||
pub mod checkout;
|
||||
pub mod cybersource;
|
||||
pub mod klarna;
|
||||
pub mod stripe;
|
||||
|
||||
pub mod shift4;
|
||||
pub mod stripe;
|
||||
pub mod worldpay;
|
||||
|
||||
pub use self::{
|
||||
aci::Aci, adyen::Adyen, applepay::Applepay, authorizedotnet::Authorizedotnet,
|
||||
braintree::Braintree, checkout::Checkout, cybersource::Cybersource, klarna::Klarna,
|
||||
shift4::Shift4, stripe::Stripe,
|
||||
shift4::Shift4, stripe::Stripe, worldpay::Worldpay,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user