mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(core): Added two step payment webhooks processing for Hyperswitch <> UCS Integration (#9374)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -579,6 +579,7 @@ pub enum CallConnectorAction {
|
||||
error_message: Option<String>,
|
||||
},
|
||||
HandleResponse(Vec<u8>),
|
||||
UCSConsumeResponse(Vec<u8>),
|
||||
UCSHandleResponse(Vec<u8>),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user