chore: update org retrieve api response to include org type (#8660)

Co-authored-by: Gitanjli Chopra <gitanjli.chopra@Gitanjli-Chopra-DC62KJQFX6.local>
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Gitanjli
2025-07-18 15:38:54 +05:30
committed by GitHub
parent 126018e217
commit a75af8b3e6
7 changed files with 42 additions and 0 deletions

View File

@ -61,6 +61,7 @@ pub enum MerchantAccountType {
serde::Serialize,
strum::Display,
strum::EnumString,
ToSchema,
)]
#[router_derive::diesel_enum(storage_type = "text")]
#[strum(serialize_all = "snake_case")]