lnurlpay comment.

This commit is contained in:
fiatjaf
2020-10-13 15:18:34 -03:00
parent bcdc065cc0
commit 1529ebb689
4 changed files with 56 additions and 19 deletions
+3 -1
View File
@@ -33,12 +33,14 @@ window.LNbits = {
callback,
description_hash,
amount,
description = ''
description = '',
comment = ''
) {
return this.request('post', '/api/v1/payments/lnurl', wallet.adminkey, {
callback,
description_hash,
amount,
comment,
description
})
},