From e70d5ed4bdffe6cceaa34ee32d0e116900d372bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Xiqu=C3=A9s?= Date: Sun, 22 Feb 2026 21:05:27 +0100 Subject: [PATCH] Include rfc provider cert in the stamp type --- src/types/invoice.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/invoice.ts b/src/types/invoice.ts index 6cd7bd4..d0a298f 100644 --- a/src/types/invoice.ts +++ b/src/types/invoice.ts @@ -66,6 +66,7 @@ export interface Invoice { sat_cert_number: string; signature: string; complement_string: string; + rfc_provider_cert: string; } | null; addenda?: string | null; conditions: string | null;