Compare commits
2 Commits
1d09008ce2
...
9f1af3a9aa
| Author | SHA1 | Date | |
|---|---|---|---|
|
9f1af3a9aa
|
|||
|
8949d76d26
|
@@ -13,7 +13,7 @@ class WebhooksController < ApplicationController
|
||||
paid_at: Time.parse(@payload[:settled_at]).to_i,
|
||||
preimage: @payload[:preimage]
|
||||
)
|
||||
@zap.update! receipt: @zap_receipt.to_h
|
||||
@zap.update! receipt: zap_receipt.to_h
|
||||
NostrManager::PublishZapReceipt.call(zap: @zap)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user