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:
Swangi Kumari
2023-06-16 20:14:24 +05:30
committed by GitHub
parent 6c818ef336
commit d3a69060b4
8 changed files with 134 additions and 303 deletions

View File

@ -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()