mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat: ACH transfers (#905)
This commit is contained in:
committed by
GitHub
parent
39405bb478
commit
23bca66b81
@ -462,6 +462,8 @@ pub enum WebhooksFlowError {
|
||||
DisputeWebhookValidationFailed,
|
||||
#[error("Outgoing webhook body encoding failed")]
|
||||
OutgoingWebhookEncodingFailed,
|
||||
#[error("Missing required field: {field_name}")]
|
||||
MissingRequiredField { field_name: &'static str },
|
||||
}
|
||||
|
||||
#[cfg(feature = "detailed_errors")]
|
||||
|
||||
Reference in New Issue
Block a user