fix: Resolved issue of webhooks response from ucs (#9021)

This commit is contained in:
Amitsingh Tanwar
2025-08-29 20:27:22 +05:30
committed by GitHub
parent a589e22464
commit 4a60b07954
6 changed files with 147 additions and 13 deletions

View File

@ -573,6 +573,7 @@ pub enum CallConnectorAction {
error_message: Option<String>,
},
HandleResponse(Vec<u8>),
UCSHandleResponse(Vec<u8>),
}
/// The three-letter ISO 4217 currency code (e.g., "USD", "EUR") for the payment amount. This field is mandatory for creating a payment.