There was an error while loading. Please reload this page.
2 parents c858a0c + 1f501bb commit 4d6b4a1Copy full SHA for 4d6b4a1
readme.md
@@ -302,7 +302,7 @@ class ProductService {
302
//public method
303
getPrice(productId) {
304
const desiredProduct = DB.getProduct(productId);
305
- finalPrice = this.calculateVATAdd(desiredProduct.price).finalPrice;
+ const finalPrice = this.calculateVATAdd(desiredProduct.price).finalPrice;
306
return finalPrice;
307
}
308
0 commit comments