This commit is contained in:
boufni95 2026-03-12 19:09:02 +00:00 committed by Patrick Mulligan
parent 7ef33441e3
commit 21e3fc6ac0

View file

@ -96,7 +96,7 @@ export default class {
async NewInvoice(ctx: Types.UserContext, req: Types.NewInvoiceRequest): Promise<Types.NewInvoiceResponse> {
return this.applicationManager.AddAppUserInvoice(ctx.app_id, {
http_callback_url: "",
invoice_req: req,
invoice_req: { ...req, zap: req.zap },
payer_identifier: ctx.app_user_id,
receiver_identifier: ctx.app_user_id
})