mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 11:24:45 +08:00
refactor(gsm): add error_category column to gsm table (#6648)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -605,6 +605,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::blocklist::ToggleBlocklistResponse,
|
||||
api_models::blocklist::ListBlocklistQuery,
|
||||
api_models::enums::BlocklistDataKind,
|
||||
api_models::enums::ErrorCategory,
|
||||
api_models::webhook_events::EventListItemResponse,
|
||||
api_models::webhook_events::EventRetrieveResponse,
|
||||
api_models::webhook_events::OutgoingWebhookRequestContent,
|
||||
|
||||
@ -569,6 +569,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::blocklist::ToggleBlocklistResponse,
|
||||
api_models::blocklist::ListBlocklistQuery,
|
||||
api_models::enums::BlocklistDataKind,
|
||||
api_models::enums::ErrorCategory,
|
||||
api_models::webhook_events::EventListItemResponse,
|
||||
api_models::webhook_events::EventRetrieveResponse,
|
||||
api_models::webhook_events::OutgoingWebhookRequestContent,
|
||||
|
||||
Reference in New Issue
Block a user