changeRegShipSummary method
Implementation
changeRegShipSummary({required ShippingSummary model, String? orderGroupID}) {
submitModel.regularShippingSummary.first = model;
calculateTotal(orderGroupID: orderGroupID);
update();
}
changeRegShipSummary({required ShippingSummary model, String? orderGroupID}) {
submitModel.regularShippingSummary.first = model;
calculateTotal(orderGroupID: orderGroupID);
update();
}