|
@@ -168,10 +168,6 @@ class MerchantIngredient{
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- set quantity(quantity){
|
|
|
|
|
- this._quantity = quantity;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
updateQuantity(quantity){
|
|
updateQuantity(quantity){
|
|
|
this._quantity += this.convertToBase(quantity);
|
|
this._quantity += this.convertToBase(quantity);
|
|
|
}
|
|
}
|