clink memo

This commit is contained in:
shocknet-justin 2025-09-20 16:33:48 -04:00
parent c31360b0cd
commit e6aa588e66

View file

@ -202,7 +202,7 @@ export class OfferManager {
} }
const res = await this.applicationManager.AddAppUserInvoice(appId, { const res = await this.applicationManager.AddAppUserInvoice(appId, {
http_callback_url: "", payer_identifier: offer, receiver_identifier: offer, http_callback_url: "", payer_identifier: offer, receiver_identifier: offer,
invoice_req: { amountSats: amount, memo: memo ||"Default NIP-69 Offer", zap: offerReq.zap, expiry }, invoice_req: { amountSats: amount, memo: memo ||"Default CLINK Offer", zap: offerReq.zap, expiry },
offer_string: 'offer' offer_string: 'offer'
}) })
return { success: true, invoice: res.invoice } return { success: true, invoice: res.invoice }