Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(wallet): send correct payment request
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Mar 26, 2020
1 parent ef16141 commit a5d7d5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/reducers/payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export const payInvoice = ({

payload = {
...payload,
payment_request: invoice.payeeNodeKey,
payment_request: invoice.paymentRequest,
}
}

Expand Down

0 comments on commit a5d7d5c

Please sign in to comment.