mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
refactor: Rename business profile to profiles in api, diesel, domain, interface and error types (#5877)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -306,16 +306,16 @@ pub enum Flow {
|
||||
PaymentLinkList,
|
||||
/// Payment Link Status
|
||||
PaymentLinkStatus,
|
||||
/// Create a business profile
|
||||
BusinessProfileCreate,
|
||||
/// Update a business profile
|
||||
BusinessProfileUpdate,
|
||||
/// Retrieve a business profile
|
||||
BusinessProfileRetrieve,
|
||||
/// Delete a business profile
|
||||
BusinessProfileDelete,
|
||||
/// List all the business profiles for a merchant
|
||||
BusinessProfileList,
|
||||
/// Create a profile
|
||||
ProfileCreate,
|
||||
/// Update a profile
|
||||
ProfileUpdate,
|
||||
/// Retrieve a profile
|
||||
ProfileRetrieve,
|
||||
/// Delete a profile
|
||||
ProfileDelete,
|
||||
/// List all the profiles for a merchant
|
||||
ProfileList,
|
||||
/// Different verification flows
|
||||
Verification,
|
||||
/// Rust locker migration
|
||||
|
||||
Reference in New Issue
Block a user