Skip to content

Commit

Permalink
Removed merchant ID from receiving QR code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jetszxcki committed Oct 21, 2024
1 parent 391405e commit a430da3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/ReceivePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -410,11 +410,9 @@ export default defineComponent({
const currentTimestamp = Date.now() / 1000
const unusedVar = bchValue.value // trigger only for setting of total payment
const merchantId = walletStore.merchantInfo.id
let paymentUri = receivingAddress
paymentUri += `?POS=${posId.value}`
paymentUri += `&M=${merchantId}`
paymentUri += `&amount=${remainingPaymentRounded.value}`
if (!isBchMode.value) {
Expand Down

0 comments on commit a430da3

Please sign in to comment.