update revoke

This commit is contained in:
2026-05-05 10:14:48 +03:30
parent 6a48f203a9
commit 4af07fe3e8
10 changed files with 84 additions and 57 deletions
@@ -470,6 +470,7 @@ export class SalesInvoiceTspService {
select: {
id: true,
status: true,
tax_id: true,
},
},
pos: {
@@ -531,7 +532,7 @@ export class SalesInvoiceTspService {
fiscal_id: invoice.pos.complex.business_activity.fiscal_id,
tsp_token: invoice.pos.complex.business_activity.partner_token,
tsp_provider: partner.tsp_provider!,
last_attempt_tax_id: invoice.tsp_attempts[0].id,
last_attempt_tax_id: invoice.tsp_attempts[0].tax_id!,
}
}