mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 03:13:56 +08:00
feat(subscription): Add endpoint to get Subscription estimate (#9637)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Gaurav Rawat <104276743+GauravRawat369@users.noreply.github.com>
This commit is contained in:
@ -273,6 +273,8 @@ pub enum Flow {
|
||||
CreateAndConfirmSubscription,
|
||||
/// Get Subscription flow
|
||||
GetSubscription,
|
||||
/// Get Subscription estimate flow
|
||||
GetSubscriptionEstimate,
|
||||
/// Create dynamic routing
|
||||
CreateDynamicRoutingConfig,
|
||||
/// Toggle dynamic routing
|
||||
|
||||
Reference in New Issue
Block a user