mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
refactor(routing): Api v2 for routing create and activate endpoints (#5423)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1,8 +1,10 @@
|
||||
pub mod api;
|
||||
pub mod behaviour;
|
||||
pub mod customer;
|
||||
pub mod errors;
|
||||
pub mod mandates;
|
||||
pub mod merchant_account;
|
||||
pub mod merchant_key_store;
|
||||
pub mod payment_address;
|
||||
pub mod payment_method_data;
|
||||
pub mod payments;
|
||||
@ -13,9 +15,6 @@ pub mod router_data_v2;
|
||||
pub mod router_flow_types;
|
||||
pub mod router_request_types;
|
||||
pub mod router_response_types;
|
||||
|
||||
pub mod behaviour;
|
||||
pub mod merchant_key_store;
|
||||
pub mod type_encryption;
|
||||
pub mod types;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user