Remove hardcoded user address from hook
This commit is contained in:
parent
4c0d8283e3
commit
aa3c2b4fa2
@ -25,8 +25,7 @@ class WebhooksController < ApplicationController
|
|||||||
payload = {
|
payload = {
|
||||||
type: "normal",
|
type: "normal",
|
||||||
from: "kosmos.org", # TODO domain config
|
from: "kosmos.org", # TODO domain config
|
||||||
# to: address,
|
to: address,
|
||||||
to: "raucao@kosmos.org",
|
|
||||||
subject: "Sats received!",
|
subject: "Sats received!",
|
||||||
body: "#{amt_sats} sats received in your wallet. Memo: \"#{memo}\""
|
body: "#{amt_sats} sats received in your wallet. Memo: \"#{memo}\""
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user