mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(payments): add support for aggregates in payments (#5654)
This commit is contained in:
@ -167,6 +167,8 @@ pub enum Flow {
|
||||
PaymentsList,
|
||||
/// Payments filters flow
|
||||
PaymentsFilters,
|
||||
/// Payments aggregates flow
|
||||
PaymentsAggregate,
|
||||
#[cfg(feature = "payouts")]
|
||||
/// Payouts create flow
|
||||
PayoutsCreate,
|
||||
|
||||
Reference in New Issue
Block a user