update revoke
This commit is contained in:
@@ -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!,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user