Skip to content

Commit

Permalink
fix: change buzzpay label parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Nov 13, 2024
1 parent acc4e78 commit 7dbe0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/screens/internal-apps/BuzzPay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function BuzzPay() {
});

setPosUrl(
`https://pos.albylabs.com/#/?nwc=${btoa(createAppResponse.pairingUri)}&name=${encodeURIComponent(name)}`
`https://pos.albylabs.com/#/?nwc=${btoa(createAppResponse.pairingUri)}&label=${encodeURIComponent(name)}`
);

await reloadApps();
Expand Down

0 comments on commit 7dbe0bb

Please sign in to comment.