feature/refund #6

Merged
ncoronel merged 10 commits from feature/refund into homologacion 2026-09-17 15:19:23 +00:00
4 changed files with 13 additions and 4 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;