feat(checkout): track current cart purchase
This commit is contained in:
@@ -16,6 +16,7 @@ class SaleFormService
|
||||
Purchase::STATUS_CANCELLED => 'Cancelada',
|
||||
Purchase::STATUS_REJECTED => 'Rechazada',
|
||||
Purchase::STATUS_EXPIRED => 'Vencida',
|
||||
Purchase::STATUS_SUPERSEDED => 'Reemplazada',
|
||||
];
|
||||
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user