feat(tenant): add master toggle for ticket refunds
This commit is contained in:
@@ -67,6 +67,7 @@ class TicketTest extends TestCase
|
||||
public function test_it_exposes_admin_action_capabilities(): void
|
||||
{
|
||||
$tenant = new Tenant([
|
||||
'allow_ticket_refund' => true,
|
||||
'allow_ticket_total_refund' => true,
|
||||
]);
|
||||
$active = (new Ticket)->setRelation('tenant', $tenant);
|
||||
|
||||
Reference in New Issue
Block a user