Skip to content

Commit

Permalink
chore: hide powered-by-zebedee for non-zebedee processors
Browse files Browse the repository at this point in the history
  • Loading branch information
cameri committed May 15, 2023
1 parent 11f6649 commit 71ed10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/invoices.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ <h2 class="text-danger">Invoice expired!</h2>
var invoice = "{{invoice}}";
var pubkey = "{{pubkey}}"
var expiresAt = "{{expires_at}}"
var processor = "{{processor}}"
var timeout
var paid = false
var fallbackTimeout
var now = Math.floor(Date.now()/1000)
var processor = "{{processor}}"

console.log('invoice id', reference)
console.log('pubkey', pubkey)
Expand Down

0 comments on commit 71ed10d

Please sign in to comment.