mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
refactor(fix): [Adyen] Fix bug in Adyen (#1375)
Co-authored-by: Narayan Bhat <48803246+Narayanbhat166@users.noreply.github.com> Co-authored-by: Prasunna Soppa <70575890+prasunna09@users.noreply.github.com>
This commit is contained in:
@ -681,7 +681,7 @@ pub async fn webhooks_core<W: api::OutgoingWebhookType>(
|
||||
.await
|
||||
.switch()
|
||||
.attach_printable("There was an issue in incoming webhook source verification")?;
|
||||
|
||||
logger::info!(source_verified=?source_verified);
|
||||
let object_ref_id = connector
|
||||
.get_webhook_object_reference_id(&request_details)
|
||||
.switch()
|
||||
|
||||
Reference in New Issue
Block a user