feat(checkout): track current cart purchase
This commit is contained in:
@@ -20,6 +20,7 @@ class SaleFormServiceTest extends TestCase
|
||||
'Cancelada',
|
||||
'Rechazada',
|
||||
'Vencida',
|
||||
'Reemplazada',
|
||||
], array_column($form['statuses'], 'name'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user