fix for slides
This commit is contained in:
@@ -30,8 +30,8 @@ class ShipmentRateModel extends BaseModel {
|
||||
];
|
||||
|
||||
List<Discount> discountsByWeight = [
|
||||
Discount(weight: 10, discountRate: 3),
|
||||
Discount(weight: 20, discountRate: 5)
|
||||
Discount(weight: 50, discountRate: 0.25),
|
||||
Discount(weight: 100, discountRate: 0.50)
|
||||
];
|
||||
|
||||
int freeDeliveryWeight = 10;
|
||||
|
||||
Reference in New Issue
Block a user