Skip to content

Commit

Permalink
task: Remove the wireguard private key in the BTC invoice metadata si…
Browse files Browse the repository at this point in the history
…nce it is not required for the key neither account provisioning
  • Loading branch information
Natanael Rodriguez Ramos authored and Natanael Rodriguez Ramos committed Nov 18, 2024
1 parent e4ad788 commit 67c3ad8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/themes/ivpn-v3/assets/js/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ export default {
}
let response = await this.Post('/web/accounts/btc/create-light-invoice', {
price_id: priceID,
private_key: privateKey,
public_key: publicKey,
exit_server: exitServer,
entry_server: entryServer
Expand Down

0 comments on commit 67c3ad8

Please sign in to comment.