@@ -318,7 +318,7 @@ |
||
| 318 | 318 | return $product->getVariants()[0]; |
| 319 | 319 | } |
| 320 | 320 | |
| 321 | - if ($product->hasOptions()){ |
|
| 321 | + if ($product->hasOptions()) { |
|
| 322 | 322 | return $this->getVariant($request->request->get('options'), $product); |
| 323 | 323 | } |
| 324 | 324 | |
@@ -137,7 +137,7 @@ |
||
| 137 | 137 | /** @var ServiceRegistryInterface $calculators */ |
| 138 | 138 | $calculators = $this->get('sylius.registry.shipping_calculator'); |
| 139 | 139 | |
| 140 | - $shippingMethods = $shippingMethodsResolver->getSupportedMethods($shipment); |
|
| 140 | + $shippingMethods = $shippingMethodsResolver->getSupportedMethods($shipment); |
|
| 141 | 141 | |
| 142 | 142 | $rawShippingMethods = []; |
| 143 | 143 | |