mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
fix(webhooks): add support for updating mandate details in webhooks flow (#6523)
Co-authored-by: Chikke Srujan <chikke.srujan@Chikke-Srujan-N7WRTY72X7.local> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -226,4 +226,15 @@ pub trait IncomingWebhook: ConnectorCommon + Sync {
|
||||
)
|
||||
.into())
|
||||
}
|
||||
|
||||
/// fn get_mandate_details
|
||||
fn get_mandate_details(
|
||||
&self,
|
||||
_request: &IncomingWebhookRequestDetails<'_>,
|
||||
) -> CustomResult<
|
||||
Option<hyperswitch_domain_models::router_flow_types::ConnectorMandateDetails>,
|
||||
errors::ConnectorError,
|
||||
> {
|
||||
Ok(None)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user