feature/refund #6

Merged
ncoronel merged 10 commits from feature/refund into homologacion 2026-09-17 15:19:23 +00:00
Showing only changes of commit 6545be498f - Show all commits

View File

@@ -143,6 +143,9 @@ export interface Tenant {
cart_editing_policy?: CartEditingPolicy;
checkout_editing_policy?: CartEditingPolicy;
display_cart_item_images?: boolean;
allow_ticket_total_refund?: boolean;
allow_ticket_partial_refund?: boolean;
ticket_partial_refund_percentage?: string;
social_media?: SocialMedia[];
menues?: Menu[];
categories: Category[];