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