This commit is contained in:
Pete Matsyburka
2024-11-03 10:19:59 +02:00
parent 2542f26d96
commit bc40a15de1
18 changed files with 27 additions and 27 deletions
@@ -5,7 +5,7 @@ class SendFormCompletedWebhookRequestJob
sidekiq_options queue: :webhooks
USER_AGENT = 'DocuSeal.co Webhook'
USER_AGENT = 'DocuSeal.com Webhook'
MAX_ATTEMPTS = 10
@@ -5,7 +5,7 @@ class SendFormDeclinedWebhookRequestJob
sidekiq_options queue: :webhooks
USER_AGENT = 'DocuSeal.co Webhook'
USER_AGENT = 'DocuSeal.com Webhook'
MAX_ATTEMPTS = 10
@@ -5,7 +5,7 @@ class SendFormStartedWebhookRequestJob
sidekiq_options queue: :webhooks
USER_AGENT = 'DocuSeal.co Webhook'
USER_AGENT = 'DocuSeal.com Webhook'
MAX_ATTEMPTS = 10
@@ -5,7 +5,7 @@ class SendFormViewedWebhookRequestJob
sidekiq_options queue: :webhooks
USER_AGENT = 'DocuSeal.co Webhook'
USER_AGENT = 'DocuSeal.com Webhook'
MAX_ATTEMPTS = 10
@@ -5,7 +5,7 @@ class SendSubmissionArchivedWebhookRequestJob
sidekiq_options queue: :webhooks
USER_AGENT = 'DocuSeal.co Webhook'
USER_AGENT = 'DocuSeal.com Webhook'
MAX_ATTEMPTS = 10
@@ -5,7 +5,7 @@ class SendSubmissionCompletedWebhookRequestJob
sidekiq_options queue: :webhooks
USER_AGENT = 'DocuSeal.co Webhook'
USER_AGENT = 'DocuSeal.com Webhook'
MAX_ATTEMPTS = 10
@@ -5,7 +5,7 @@ class SendSubmissionCreatedWebhookRequestJob
sidekiq_options queue: :webhooks
USER_AGENT = 'DocuSeal.co Webhook'
USER_AGENT = 'DocuSeal.com Webhook'
MAX_ATTEMPTS = 10
@@ -5,7 +5,7 @@ class SendTemplateCreatedWebhookRequestJob
sidekiq_options queue: :webhooks
USER_AGENT = 'DocuSeal.co Webhook'
USER_AGENT = 'DocuSeal.com Webhook'
MAX_ATTEMPTS = 10
@@ -5,7 +5,7 @@ class SendTemplateUpdatedWebhookRequestJob
sidekiq_options queue: :webhooks
USER_AGENT = 'DocuSeal.co Webhook'
USER_AGENT = 'DocuSeal.com Webhook'
MAX_ATTEMPTS = 10