Skip to content

Commit 554087d

Browse files
authored
Merge pull request #12921 from 18F/stages/rc-2026-03-05
Deploy RC 556.1 to Production
2 parents 4cae9e5 + 9bc4609 commit 554087d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/socure_webhook_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def log_webhook_receipt
8585
customer_user_id: event[:customerUserId],
8686
docv_transaction_token:,
8787
event_type: event[:eventType],
88-
issuer: document_capture_session.issuer,
88+
issuer: document_capture_session&.issuer,
8989
reference_id: event[:referenceId],
9090
user_id: user&.uuid,
9191
)

0 commit comments

Comments
 (0)