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:
Saptak Dutta
2025-10-27 11:44:03 +05:30
committed by GitHub
parent 8a705fd90f
commit faed8d352c
15 changed files with 377 additions and 217 deletions

View File

@ -579,6 +579,7 @@ pub enum CallConnectorAction {
error_message: Option<String>,
},
HandleResponse(Vec<u8>),
UCSConsumeResponse(Vec<u8>),
UCSHandleResponse(Vec<u8>),
}