homologacion #7

Merged
ncoronel merged 12 commits from homologacion into main 2026-09-17 17:52:29 +00:00
21 changed files with 72 additions and 47 deletions
Showing only changes of commit 9e72ec0c60 - Show all commits

View File

@@ -143,6 +143,7 @@ export interface Tenant {
cart_editing_policy?: CartEditingPolicy;
checkout_editing_policy?: CartEditingPolicy;
display_cart_item_images?: boolean;
allow_ticket_refund?: boolean;
allow_ticket_total_refund?: boolean;
allow_ticket_partial_refund?: boolean;
ticket_partial_refund_percentage?: string;