feat(TICKET-LOGO): completed feature
This commit is contained in:
@@ -93,6 +93,8 @@ export interface PosReceipt {
|
||||
email: string | null;
|
||||
phone: string | null;
|
||||
};
|
||||
/** URL del logo custom para el ticket. Si es null, usar /images/logo-main.png */
|
||||
logoUrl: string | null;
|
||||
terminal: { id: string; name: string };
|
||||
cashier: string;
|
||||
sessionId: string;
|
||||
|
||||
Reference in New Issue
Block a user