mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
fix(users): remove internal entity type for users (#6013)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -3144,7 +3144,6 @@ pub enum ApiVersion {
|
||||
#[strum(serialize_all = "snake_case")]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum EntityType {
|
||||
Internal = 3,
|
||||
Organization = 2,
|
||||
Merchant = 1,
|
||||
Profile = 0,
|
||||
|
||||
Reference in New Issue
Block a user