diff --git a/app/controllers/webhooks_controller.rb b/app/controllers/webhooks_controller.rb index 1831ac5..8dbfbc8 100644 --- a/app/controllers/webhooks_controller.rb +++ b/app/controllers/webhooks_controller.rb @@ -25,8 +25,7 @@ class WebhooksController < ApplicationController payload = { type: "normal", from: "kosmos.org", # TODO domain config - # to: address, - to: "raucao@kosmos.org", + to: address, subject: "Sats received!", body: "#{amt_sats} sats received in your wallet. Memo: \"#{memo}\"" }