Skip to content

Commit

Permalink
chore: buzzpay - use kiss version's URL schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bumi committed Sep 25, 2024
1 parent fff8c2c commit cb27fee
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/?name=${encodeURIComponent(name)}#/wallet/${encodeURIComponent(createAppResponse.pairingUri)}/new`
`https://pos.albylabs.com/?name=${encodeURIComponent(name)}&nwc=${encodeURIComponent(btoa(createAppResponse.pairingUri))}`
);

await reloadApps();
Expand Down

0 comments on commit cb27fee

Please sign in to comment.