mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(router): add payments incremental authorization api (#3038)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9274cefbdd
commit
a0cfdd3fb1
@ -1,5 +1,6 @@
|
||||
pub mod address;
|
||||
pub mod api_keys;
|
||||
pub mod authorization;
|
||||
pub mod business_profile;
|
||||
pub mod cache;
|
||||
pub mod capture;
|
||||
@ -100,6 +101,7 @@ pub trait StorageInterface:
|
||||
+ gsm::GsmInterface
|
||||
+ user::UserInterface
|
||||
+ user_role::UserRoleInterface
|
||||
+ authorization::AuthorizationInterface
|
||||
+ user::sample_data::BatchSampleDataInterface
|
||||
+ 'static
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user