From aa3c2b4fa297c6fb90a120c99a88cf7f967ce84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Thu, 12 Jan 2023 14:32:53 +0800 Subject: [PATCH] Remove hardcoded user address from hook --- app/controllers/webhooks_controller.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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}\"" }