feat(vsaas): enable platform merchant API Key authentication for org-level operations (#8156)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sandeep Kumar
2025-05-30 18:20:40 +05:30
committed by GitHub
parent d91cf70ae3
commit 7a44626251
10 changed files with 549 additions and 44 deletions

View File

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