#Feat - SetQuantity -> Methode um in Cart die quantity eines Produktes zu ändern.
parent
15a5aeb3c9
commit
9a45ec9264
|
|
@ -24,6 +24,9 @@ public class CartPosition {
|
|||
public int getQuantity(){
|
||||
return quantity;
|
||||
}
|
||||
public void setQuantity(int quantity){
|
||||
this.quantity = quantity;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue