mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(core): routes to toggle blocklist (#3568)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Shanks <shashank.attarde@juspay.in>
This commit is contained in:
@ -151,6 +151,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
routes::blocklist::remove_entry_from_blocklist,
|
||||
routes::blocklist::list_blocked_payment_methods,
|
||||
routes::blocklist::add_entry_to_blocklist,
|
||||
routes::blocklist::toggle_blocklist_guard,
|
||||
|
||||
// Routes for payouts
|
||||
routes::payouts::payouts_create,
|
||||
@ -450,6 +451,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::PaymentLinkStatus,
|
||||
api_models::blocklist::BlocklistRequest,
|
||||
api_models::blocklist::BlocklistResponse,
|
||||
api_models::blocklist::ToggleBlocklistResponse,
|
||||
api_models::blocklist::ListBlocklistQuery,
|
||||
api_models::enums::BlocklistDataKind
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user