Remove hardcoded user address from hook
This commit is contained in:
parent
4c0d8283e3
commit
aa3c2b4fa2
@ -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}\""
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user