@@ -35,7 +35,7 @@ |
||
| 35 | 35 | $quantity = (int)$this->Request()->get('sQuantity'); |
| 36 | 36 | $basketID = (int)$this->Request()->get('detailId'); |
| 37 | 37 | |
| 38 | - if(!empty($number) && !empty($basketID)){ |
|
| 38 | + if (!empty($number) && !empty($basketID)) { |
|
| 39 | 39 | $this->get('dn.variant_switch')->switchVariant( |
| 40 | 40 | $number, |
| 41 | 41 | $basketID, |