From 74f0ff081fb96eb02bb4f2665a01c7648f114f11 Mon Sep 17 00:00:00 2001 From: Amir Reavis-Bey Date: Fri, 15 Nov 2024 14:17:35 -0500 Subject: [PATCH] LG-14905: fix logging to use docv_transaction_token method (#11511) * fix logging to use docv_transaction_token method [skip changelog] * compact argument call --- app/controllers/socure_webhook_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/socure_webhook_controller.rb b/app/controllers/socure_webhook_controller.rb index 212f01e02e8..b30b14a6306 100644 --- a/app/controllers/socure_webhook_controller.rb +++ b/app/controllers/socure_webhook_controller.rb @@ -82,7 +82,7 @@ def log_webhook_receipt analytics.idv_doc_auth_socure_webhook_received( created_at: event[:created], customer_user_id: event[:customerUserId], - docv_transaction_token: event[:docvTransactionToken], + docv_transaction_token:, event_type: event[:eventType], reference_id: event[:referenceId], user_id: user&.uuid,