mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
fix: amount not passed in request from zero amount payment screen (#1656)
This commit is contained in:
parent
57d71bdc42
commit
660db06815
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ export default function ZeroAmount() {
|
|||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
},
|
||||
body: JSON.stringify({
|
||||
amount: +amount * 1000,
|
||||
}),
|
||||
}
|
||||
);
|
||||
if (!payInvoiceResponse?.preimage) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue