mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-13 05:26:47 +00:00
feat: update zapEndpoint URL and remove unused function
Updated the zapEndpoint URL in the nostrZap.js file to direct towards the updated URL. Additionally, removed an unused function from the profile.blade.php file for cleaner code.
This commit is contained in:
@@ -25,7 +25,7 @@ export default (livewireComponent) => ({
|
||||
const amount = amountToPay * 1000;
|
||||
console.log('event', event);
|
||||
|
||||
const zapEndpoint = 'https://getalby.com/lnurlp/portaleinundzwanzig/callback';
|
||||
const zapEndpoint = 'https://pay.einundzwanzig.space/BTC/UILNURL/pay/i/98eo2PNNWByxqMCFZR5nzW';
|
||||
|
||||
const zapEvent = nip57.makeZapRequest({
|
||||
profile: sender,
|
||||
|
||||
Reference in New Issue
Block a user