zaps fix
This commit is contained in:
parent
7ef33441e3
commit
21e3fc6ac0
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> {
|
||||
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
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue