fix shipping

This commit is contained in:
Tizian.Breuch
2025-09-30 19:27:58 +02:00
parent 7aab45702d
commit fab0e517d7
2 changed files with 27 additions and 5 deletions

View File

@@ -32,4 +32,7 @@ public class ShippingMethod
[Required]
public bool RequiresTracking { get; set; }
public int MinDeliveryDays { get; set; }
public int MaxDeliveryDays { get; set; }
}