zaps fix
This commit is contained in:
parent
9de5c1d982
commit
7b33669b51
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ export default class {
|
||||||
async NewInvoice(ctx: Types.UserContext, req: Types.NewInvoiceRequest): Promise<Types.NewInvoiceResponse> {
|
async NewInvoice(ctx: Types.UserContext, req: Types.NewInvoiceRequest): Promise<Types.NewInvoiceResponse> {
|
||||||
return this.applicationManager.AddAppUserInvoice(ctx.app_id, {
|
return this.applicationManager.AddAppUserInvoice(ctx.app_id, {
|
||||||
http_callback_url: "",
|
http_callback_url: "",
|
||||||
invoice_req: req,
|
invoice_req: { ...req, zap: req.zap },
|
||||||
payer_identifier: ctx.app_user_id,
|
payer_identifier: ctx.app_user_id,
|
||||||
receiver_identifier: ctx.app_user_id
|
receiver_identifier: ctx.app_user_id
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue