mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user