| @@ -272,10 +272,13 @@ | ||
| 272 | 272 | "href": "<?php echo $this->url( $target, $cntl, $action, ['resource' => 'basket', 'id' => $params['id'], 'related' => 'coupon'], [], $config ); ?>", | 
| 273 | 273 | "allow": ["POST"] | 
| 274 | 274 | } | 
| 275 | - <?php else : ?> | |
| 275 | +			<?php else { | |
| 276 | + : ?> | |
| 276 | 277 | , | 
| 277 | 278 |  				"order": { | 
| 278 | - "href": "<?php echo $this->url( $target, $cntl, $action, ['resource' => 'order'], [], $config ); ?>", | |
| 279 | + "href": "<?php echo $this->url( $target, $cntl, $action, ['resource' => 'order'], [], $config ); | |
| 280 | +} | |
| 281 | +?>", | |
| 279 | 282 | "allow": ["POST"] | 
| 280 | 283 | } | 
| 281 | 284 | <?php endif; ?> |