mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(router): payment_method block (#3056)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: shashank_attarde <shashank.attarde@juspay.in>
This commit is contained in:
@ -185,6 +185,12 @@ pub enum Flow {
|
||||
RoutingUpdateDefaultConfig,
|
||||
/// Routing delete config
|
||||
RoutingDeleteConfig,
|
||||
/// Add record to blocklist
|
||||
AddToBlocklist,
|
||||
/// Delete record from blocklist
|
||||
DeleteFromBlocklist,
|
||||
/// List entries from blocklist
|
||||
ListBlocklist,
|
||||
/// Incoming Webhook Receive
|
||||
IncomingWebhookReceive,
|
||||
/// Validate payment method flow
|
||||
|
||||
Reference in New Issue
Block a user