mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(user): generate and delete sample data (#2987)
Co-authored-by: Rachit Naithani <rachit.naithani@juspay.in> Co-authored-by: Mani Chandra Dulam <mani.dchandra@juspay.in>
This commit is contained in:
@ -279,6 +279,10 @@ pub enum Flow {
|
||||
UpdateUserRole,
|
||||
/// Create merchant account for user in a org
|
||||
UserMerchantAccountCreate,
|
||||
/// Generate Sample Data
|
||||
GenerateSampleData,
|
||||
/// Delete Sample Data
|
||||
DeleteSampleData,
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user