|
@@ -278,10 +278,10 @@ public class OrderHandler {
|
|
|
}else{
|
|
|
if(activityDate.isStatus()){
|
|
|
|
|
|
- Integer promotionAmout = fullReduc(activityDate,cartDtos);;
|
|
|
+ Integer promotionAmout = fullReduc(activityDate,tempCarts);;
|
|
|
|
|
|
|
|
|
- giftCart(cartDtos);
|
|
|
+ giftCart(tempCarts);
|
|
|
}
|
|
|
}
|
|
|
dto.setActivityDate(activityDate);
|