mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
fix: Resolved issue of webhooks response from ucs (#9021)
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user