Browse Source

Revert "Re add default organisation id"

This reverts commit 2f62434503.
pull/2629/head
Manny Dinssa 2 years ago
parent
commit
010a729d6f
  1. 10
      app/mailers/notify_mailer.rb

10
app/mailers/notify_mailer.rb

@ -8,11 +8,11 @@ class NotifyMailer < ApplicationMailer
def send_email(email, template_id, personalisation) def send_email(email, template_id, personalisation)
return true if intercept_send?(email) return true if intercept_send?(email)
# notify_client.send_email( notify_client.send_email(
# email_address: email, email_address: email,
# template_id:, template_id:,
# personalisation:, personalisation:,
# ) )
end end
def personalisation(record, token, url, username: false) def personalisation(record, token, url, username: false)

Loading…
Cancel
Save