internetee-registry/app
oleghasjanov a0a055a033 commit
fix: add nil check for registrant in phone checker job

Add a guard clause to handle cases where registrant_user is not found
in execute_single_checker method. This prevents potential NoMethodError
when trying to check phone number for non-existent registrant.

Previously the method would raise an error when registrant_user_code
was invalid or not found in the database.
2025-02-01 14:06:52 +02:00
..
assets removed banklinks, addede everypay banner 2022-06-02 09:37:20 +03:00
controllers Merge pull request #2741 from internetee/disclose-phone-num-for-org-registrants 2025-01-31 17:52:57 +02:00
helpers Removed and updated additional files 2022-10-13 14:06:33 +03:00
interactions Merge pull request #2741 from internetee/disclose-phone-num-for-org-registrants 2025-01-31 17:52:57 +02:00
jobs commit 2025-02-01 14:06:52 +02:00
lib fixed tests 2022-11-07 15:59:48 +02:00
mailers Improved verification email translations 2025-01-31 12:49:14 +02:00
models commit 2025-01-31 15:49:35 +02:00
presenters Removed and updated additional files 2022-10-13 14:06:33 +03:00
services Added birthday ident verification 2025-01-27 16:26:20 +02:00
validators Fixed ransack admin search 2023-04-06 13:54:03 +03:00
views Corrected tests 2025-01-31 12:49:14 +02:00