Merge remote-tracking branch 'origin/develop' into BETTERZON-140

This commit is contained in:
2021-06-15 10:24:02 +02:00
12 changed files with 361 additions and 19 deletions
@@ -47,7 +47,9 @@ export class ProductDetailsComponent implements OnInit {
}
getProduct(): void {
this.apiService.getProduct(this.productId).subscribe(product => {this.product = product});
this.apiService.getProduct(this.productId).subscribe(product => {
this.product = product;
});
}
getPrices(): void {