mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(webhooks): adyen - consume and update connector's network_transaction_id in payment_methods (#6738)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -264,4 +264,15 @@ pub trait IncomingWebhook: ConnectorCommon + Sync {
|
||||
> {
|
||||
Ok(None)
|
||||
}
|
||||
|
||||
/// fn get_network_txn_id
|
||||
fn get_network_txn_id(
|
||||
&self,
|
||||
_request: &IncomingWebhookRequestDetails<'_>,
|
||||
) -> CustomResult<
|
||||
Option<hyperswitch_domain_models::router_flow_types::ConnectorNetworkTxnId>,
|
||||
errors::ConnectorError,
|
||||
> {
|
||||
Ok(None)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user