Skip to content

Commit

Permalink
LG-14905: fix logging to use docv_transaction_token method (#11511)
Browse files Browse the repository at this point in the history
* fix logging to use docv_transaction_token method

[skip changelog]

* compact argument call
  • Loading branch information
amirbey authored Nov 15, 2024
1 parent f37082f commit 74f0ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/socure_webhook_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 74f0ff0

Please sign in to comment.