fix shipping
This commit is contained in:
@@ -32,4 +32,7 @@ public class ShippingMethod
|
||||
|
||||
[Required]
|
||||
public bool RequiresTracking { get; set; }
|
||||
|
||||
public int MinDeliveryDays { get; set; }
|
||||
public int MaxDeliveryDays { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user