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,