mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
refactor: introduce ConnectorIntegrationNew and add default implementation for each Connector (#4989)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -3,6 +3,9 @@
|
||||
|
||||
pub mod api;
|
||||
pub mod configs;
|
||||
/// definition of the new connector integration trait
|
||||
pub mod connector_integration_v2;
|
||||
pub mod consts;
|
||||
pub mod encryption_interface;
|
||||
pub mod errors;
|
||||
pub mod events;
|
||||
|
||||
Reference in New Issue
Block a user