feat: Implement subscription create for Chargebee (#9303)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Gaurav Rawat
2025-09-19 19:03:31 +05:30
committed by GitHub
parent e29a121bfd
commit d978afdc5d
15 changed files with 455 additions and 31 deletions

View File

@ -211,6 +211,9 @@ where
Ok(())
}
pub type BoxedSubscriptionConnectorIntegrationInterface<T, Req, Res> =
BoxedConnectorIntegrationInterface<T, common_types::SubscriptionCreateData, Req, Res>;
/// Handle the flow by interacting with connector module
/// `connector_request` is applicable only in case if the `CallConnectorAction` is `Trigger`
/// In other cases, It will be created if required, even if it is not passed